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