Uses of Interface
org.postgresql.core.BaseConnection

Packages that use BaseConnection
org.postgresql.copy   
org.postgresql.fastpath   
org.postgresql.jdbc2   
org.postgresql.jdbc3   
org.postgresql.jdbc3g   
org.postgresql.jdbc4   
org.postgresql.largeobject   
org.postgresql.xa   
 

Uses of BaseConnection in org.postgresql.copy
 

Constructors in org.postgresql.copy with parameters of type BaseConnection
CopyManager(BaseConnection connection)
           
 

Uses of BaseConnection in org.postgresql.fastpath
 

Constructors in org.postgresql.fastpath with parameters of type BaseConnection
Fastpath(BaseConnection conn)
          Initialises the fastpath system
 

Uses of BaseConnection in org.postgresql.jdbc2
 

Classes in org.postgresql.jdbc2 that implement BaseConnection
 class AbstractJdbc2Connection
          This class defines methods of the jdbc2 specification.
 

Fields in org.postgresql.jdbc2 declared as BaseConnection
protected  BaseConnection AbstractJdbc2BlobClob.conn
           
protected  BaseConnection AbstractJdbc2Statement.connection
           
protected  BaseConnection AbstractJdbc2ResultSetMetaData.connection
           
protected  BaseConnection AbstractJdbc2ResultSet.connection
           
 

Methods in org.postgresql.jdbc2 that return BaseConnection
 BaseConnection AbstractJdbc2Statement.getPGConnection()
           
 

Methods in org.postgresql.jdbc2 with parameters of type BaseConnection
protected  TypeInfo AbstractJdbc2Connection.createTypeInfo(BaseConnection conn, int unknownLength)
           
 

Constructors in org.postgresql.jdbc2 with parameters of type BaseConnection
AbstractJdbc2Array(BaseConnection connection, int oid, String fieldString)
          Create a new Array.
AbstractJdbc2Blob(BaseConnection conn, long oid)
           
AbstractJdbc2BlobClob(BaseConnection conn, long oid)
           
AbstractJdbc2Clob(BaseConnection conn, long oid)
           
AbstractJdbc2ResultSetMetaData(BaseConnection connection, Field[] fields)
           
TypeInfoCache(BaseConnection conn, int unknownLength)
           
 

Uses of BaseConnection in org.postgresql.jdbc3
 

Classes in org.postgresql.jdbc3 that implement BaseConnection
 class AbstractJdbc3Connection
          This class defines methods of the jdbc3 specification.
 class Jdbc3Connection
          This class implements the java.sql.Connection interface for JDBC3.
 

Methods in org.postgresql.jdbc3 with parameters of type BaseConnection
abstract  ParameterMetaData AbstractJdbc3Statement.createParameterMetaData(BaseConnection conn, int[] oids)
           
 

Constructors in org.postgresql.jdbc3 with parameters of type BaseConnection
AbstractJdbc3Blob(BaseConnection conn, long oid)
           
AbstractJdbc3Clob(BaseConnection conn, long oid)
           
AbstractJdbc3ParameterMetaData(BaseConnection connection, int[] oids)
           
Jdbc3Array(BaseConnection conn, int oid, String fieldString)
           
Jdbc3Blob(BaseConnection conn, long oid)
           
Jdbc3Clob(BaseConnection conn, long oid)
           
Jdbc3ParameterMetaData(BaseConnection connection, int[] oids)
           
Jdbc3ResultSetMetaData(BaseConnection connection, Field[] fields)
           
 

Uses of BaseConnection in org.postgresql.jdbc3g
 

Classes in org.postgresql.jdbc3g that implement BaseConnection
 class AbstractJdbc3gConnection
           
 class Jdbc3gConnection
          This class implements the java.sql.Connection interface for JDBC3.
 

Constructors in org.postgresql.jdbc3g with parameters of type BaseConnection
Jdbc3gArray(BaseConnection conn, int oid, String fieldString)
           
Jdbc3gBlob(BaseConnection conn, long oid)
           
Jdbc3gClob(BaseConnection conn, long oid)
           
Jdbc3gParameterMetaData(BaseConnection connection, int[] oids)
           
Jdbc3gResultSetMetaData(BaseConnection connection, Field[] fields)
           
 

Uses of BaseConnection in org.postgresql.jdbc4
 

Classes in org.postgresql.jdbc4 that implement BaseConnection
 class Jdbc4Connection
          This class implements the java.sql.Connection interface for JDBC4.
 

Constructors in org.postgresql.jdbc4 with parameters of type BaseConnection
AbstractJdbc4Blob(BaseConnection conn, long oid)
           
AbstractJdbc4Clob(BaseConnection conn, long oid)
           
AbstractJdbc4ParameterMetaData(BaseConnection connection, int[] oids)
           
Jdbc4Array(BaseConnection conn, int oid, String fieldString)
           
Jdbc4Blob(BaseConnection conn, long oid)
           
Jdbc4Clob(BaseConnection conn, long oid)
           
Jdbc4ParameterMetaData(BaseConnection connection, int[] oids)
           
Jdbc4ResultSetMetaData(BaseConnection connection, Field[] fields)
           
Jdbc4SQLXML(BaseConnection conn)
           
Jdbc4SQLXML(BaseConnection conn, String data)
           
 

Uses of BaseConnection in org.postgresql.largeobject
 

Constructors in org.postgresql.largeobject with parameters of type BaseConnection
LargeObjectManager(BaseConnection conn)
          Constructs the LargeObject API.
 

Uses of BaseConnection in org.postgresql.xa
 

Constructors in org.postgresql.xa with parameters of type BaseConnection
PGXAConnection(BaseConnection conn)
           
 



Copyright © 2013. All Rights Reserved.