代码搜索:PostgreSQL

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

代码结果 4,136
www.eeworm.com/read/120487/6073098

readme

The CORBA example is the most complicated of the examples. It aims to show how to use JDBC & Java2's ORB to access PostgreSQL. To compile: Type "make corba" to build the example. This will create a
www.eeworm.com/read/120487/6073114

java abstractjdbc3clob.java

package org.postgresql.jdbc3; import java.sql.*; public abstract class AbstractJdbc3Clob extends org.postgresql.jdbc2.AbstractJdbc2Clob { public AbstractJdbc3Clob(org.postgresql.PGConnection conn
www.eeworm.com/read/120487/6073130

java pgpoint.java

/*------------------------------------------------------------------------- * * PGline.java * It maps to the point datatype in org.postgresql. * * Copyright (c) 2003, PostgreSQL Global Develo
www.eeworm.com/read/120487/6073174

java pgobject.java

/*------------------------------------------------------------------------- * * PGobject.java * PGobject is a class used to describe unknown types * An unknown type is any type that is unk
www.eeworm.com/read/120487/6073239

java largeobjectmanager.java

/*------------------------------------------------------------------------- * * LargeObjectManager.java * This class implements the large object interface to org.postgresql. * * It prov
www.eeworm.com/read/100285/6270704

sgml jdbc.sgml

JDBC Interface Author Written by Peter T. Mount, the author of the JDBC
www.eeworm.com/read/100285/6271654

implementation

This short document is provided to help programmers through the internals of the PostgreSQL JDBC driver. Makefile -------- All compilation must be done by using Make. This is because there are two v
www.eeworm.com/read/100285/6271672

java driver.java

package postgresql; import java.sql.*; import java.util.*; import postgresql.util.PSQLException; /** * The Java SQL framework allows for multiple database drivers. Each * driver should supply a
www.eeworm.com/read/100285/6271676

java pgobject.java

package postgresql.util; import java.io.*; import java.lang.*; import java.sql.*; import java.util.*; /** * postgresql.PG_Object is a class used to describe unknown types * An unknown type is any
www.eeworm.com/read/100285/6271692

java largeobjectmanager.java

package postgresql.largeobject; import java.io.*; import java.lang.*; import java.net.*; import java.util.*; import java.sql.*; import postgresql.fastpath.*; import postgresql.util.*; /** * This c