|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use FastpathArg | |
|---|---|
| org.postgresql.fastpath | |
| Uses of FastpathArg in org.postgresql.fastpath |
|---|
| Methods in org.postgresql.fastpath that return FastpathArg | |
|---|---|
static FastpathArg |
Fastpath.createOIDArg(long oid)
Creates a FastpathArg with an oid parameter. |
| Methods in org.postgresql.fastpath with parameters of type FastpathArg | |
|---|---|
Object |
Fastpath.fastpath(int fnId,
boolean resultType,
FastpathArg[] args)
Send a function call to the PostgreSQL backend |
Object |
Fastpath.fastpath(String name,
boolean resulttype,
FastpathArg[] args)
Send a function call to the PostgreSQL backend by name. |
byte[] |
Fastpath.getData(String name,
FastpathArg[] args)
This convenience method assumes that the return value is not an Integer |
int |
Fastpath.getInteger(String name,
FastpathArg[] args)
This convenience method assumes that the return value is an Integer |
long |
Fastpath.getOID(String name,
FastpathArg[] args)
This convenience method assumes that the return value is an oid. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||