Package | Description |
---|---|
org.postgresql | |
org.postgresql.jdbc | |
org.postgresql.largeobject |
Modifier and Type | Method and Description |
---|---|
Fastpath |
PGConnection.getFastpathAPI()
Deprecated.
This API is somewhat obsolete, as one may achieve similar performance
and greater functionality by setting up a prepared statement to define
the function call. Then, executing the statement with binary transmission of parameters
and results substitutes for a fast-path function call.
|
Modifier and Type | Field and Description |
---|---|
private Fastpath |
PgConnection.fastpath |
Modifier and Type | Method and Description |
---|---|
Fastpath |
PgConnection.getFastpathAPI() |
Modifier and Type | Field and Description |
---|---|
private Fastpath |
LargeObjectManager.fp |
private Fastpath |
LargeObject.fp |
Constructor and Description |
---|
LargeObject(Fastpath fp,
long oid,
int mode)
This opens a large object.
|
LargeObject(Fastpath fp,
long oid,
int mode,
BaseConnection conn,
boolean commitOnClose)
This opens a large object.
|