代码搜索:DataBase
找到约 10,000 项符合「DataBase」的源代码
代码结果 10,000
www.eeworm.com/read/100409/6269954
java odmg.java
// You can redistribute this software and/or modify it under the terms of
// the Ozone Library License version 1 published by ozone-db.org.
//
// The original code and portions created by SMB are
// C
www.eeworm.com/read/100285/6270667
sgml manage-ag.sgml
Managing a Database
If the Postgres
postmaster is up and running we can create
some
www.eeworm.com/read/100285/6270676
sgml intro.sgml
Introduction
This document is the user manual for the
PostgreSQL
d
www.eeworm.com/read/100285/6270848
install
Installation of PL/pgSQL
1) Type 'make' to build the shared plpgsql object.
2) Type 'make install' to install the shared object in
the PostgreSQL library directory.
3) Declare the PL/pgSQL proced
www.eeworm.com/read/100285/6271624
cc testlibpq2.cc
/*
* testlibpq2.cc
* Test the C++ version of LIBPQ, the POSTGRES frontend library.
*
* queries the template1 database for a list of database names using transaction block
*
*/
#include
www.eeworm.com/read/100285/6271632
cc testlibpq1.cc
/*
* testlibpq1.cc
* Test the C++ version of LIBPQ, the POSTGRES frontend library.
*
* queries the template1 database for a list of database names
*
*/
#include
#include