|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BaseConnection | |
|---|---|
| org.postgresql.copy | |
| org.postgresql.fastpath | |
| org.postgresql.jdbc | |
| 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.jdbc |
|---|
| Classes in org.postgresql.jdbc that implement BaseConnection | |
|---|---|
class |
PgConnection
|
| Fields in org.postgresql.jdbc declared as BaseConnection | |
|---|---|
protected BaseConnection |
AbstractBlobClob.conn
|
protected BaseConnection |
PgStatement.connection
|
protected BaseConnection |
PgResultSetMetaData.connection
|
protected BaseConnection |
PgResultSet.connection
|
protected BaseConnection |
PgArray.connection
A database connection. |
| Methods in org.postgresql.jdbc that return BaseConnection | |
|---|---|
BaseConnection |
PgStatement.getPGConnection()
|
| Methods in org.postgresql.jdbc with parameters of type BaseConnection | |
|---|---|
protected TypeInfo |
PgConnection.createTypeInfo(BaseConnection conn,
int unknownLength)
|
| Constructors in org.postgresql.jdbc with parameters of type BaseConnection | |
|---|---|
AbstractBlobClob(BaseConnection conn,
long oid)
|
|
PgArray(BaseConnection connection,
int oid,
byte[] fieldBytes)
Create a new Array. |
|
PgArray(BaseConnection connection,
int oid,
String fieldString)
Create a new Array. |
|
PgBlob(BaseConnection conn,
long oid)
|
|
PgClob(BaseConnection conn,
long oid)
|
|
PgParameterMetaData(BaseConnection connection,
int[] oids)
|
|
PgResultSetMetaData(BaseConnection connection,
Field[] fields)
|
|
PgSQLXML(BaseConnection conn)
|
|
PgSQLXML(BaseConnection conn,
String data)
|
|
TypeInfoCache(BaseConnection conn,
int unknownLength)
|
|
| Uses of BaseConnection in org.postgresql.largeobject |
|---|
| Constructors in org.postgresql.largeobject with parameters of type BaseConnection | |
|---|---|
LargeObject(Fastpath fp,
long oid,
int mode,
BaseConnection conn,
boolean commitOnClose)
This opens a large object. |
|
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)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||