java.lang.Object |
Fastpath.fastpath(int fnId,
boolean resultType,
FastpathArg[] args) |
Deprecated.
|
byte[] |
Fastpath.fastpath(int fnId,
FastpathArg[] args) |
Deprecated.
Send a function call to the PostgreSQL backend.
|
java.lang.Object |
Fastpath.fastpath(java.lang.String name,
boolean resulttype,
FastpathArg[] args) |
Deprecated.
|
byte[] |
Fastpath.fastpath(java.lang.String name,
FastpathArg[] args) |
Deprecated.
Send a function call to the PostgreSQL backend by name.
|
byte[] |
Fastpath.getData(java.lang.String name,
FastpathArg[] args) |
Deprecated.
This convenience method assumes that the return value is not an Integer.
|
int |
Fastpath.getInteger(java.lang.String name,
FastpathArg[] args) |
Deprecated.
This convenience method assumes that the return value is an integer.
|
long |
Fastpath.getLong(java.lang.String name,
FastpathArg[] args) |
Deprecated.
This convenience method assumes that the return value is a long (bigint).
|
long |
Fastpath.getOID(java.lang.String name,
FastpathArg[] args) |
Deprecated.
This convenience method assumes that the return value is an oid.
|