代码搜索:Postgresql

找到约 4,136 项符合「Postgresql」的源代码

代码结果 4,136
www.eeworm.com/read/100285/6270797

sgml programmer.sgml

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/6271651

makefile

#------------------------------------------------------------------------- # # Makefile # Makefile for Java JDBC interface # # IDENTIFICATION # $Header: /usr/local/cvsroot/pgsql/src/interfaces/j
www.eeworm.com/read/100285/6271656

java pgline.java

package postgresql.geometric; import java.io.*; import java.sql.*; import postgresql.util.*; /** * This implements a line consisting of two points. * * Currently line is not yet implemented in th
www.eeworm.com/read/100285/6271657

java pgbox.java

package postgresql.geometric; import java.io.*; import java.sql.*; import postgresql.util.*; /** * This represents the box datatype within postgresql. */ public class PGbox extends PGobject imple
www.eeworm.com/read/100285/6271660

java pgcircle.java

package postgresql.geometric; import java.io.*; import java.sql.*; import postgresql.util.*; /** * This represents postgresql's circle datatype, consisting of a point and * a radius */ public cla
www.eeworm.com/read/100285/6271664

java fastpath.java

package postgresql.fastpath; import java.io.*; import java.lang.*; import java.net.*; import java.util.*; import java.sql.*; import postgresql.util.*; // Important: There are a lot of debug code com
www.eeworm.com/read/100285/6271667

java statement.java

package postgresql.jdbc2; // IMPORTANT NOTE: This file implements the JDBC 2 version of the driver. // If you make any modifications to this file, you must make sure that the // changes are also made
www.eeworm.com/read/100285/6271668

java resultset.java

package postgresql.jdbc2; // IMPORTANT NOTE: This file implements the JDBC 2 version of the driver. // If you make any modifications to this file, you must make sure that the // changes are also made
www.eeworm.com/read/100285/6271669

java connection.java

package postgresql.jdbc2; // IMPORTANT NOTE: This file implements the JDBC 2 version of the driver. // If you make any modifications to this file, you must make sure that the // changes are also made