|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.postgresql.fastpath.FastpathArg
public class FastpathArg
Each fastpath call requires an array of arguments, the number and type dependent on the function being called.
Constructor Summary | |
---|---|
FastpathArg(byte[] bytes)
Constructs an argument that consists of an array of bytes |
|
FastpathArg(byte[] buf,
int off,
int len)
Constructs an argument that consists of part of a byte array |
|
FastpathArg(int value)
Constructs an argument that consists of an integer value |
|
FastpathArg(long value)
Constructs an argument that consists of an integer value |
|
FastpathArg(String s)
Constructs an argument that consists of a String. |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FastpathArg(int value)
value
- int value to setpublic FastpathArg(long value)
value
- int value to setpublic FastpathArg(byte[] bytes)
bytes
- array to storepublic FastpathArg(byte[] buf, int off, int len)
buf
- source arrayoff
- offset within arraylen
- length of data to includepublic FastpathArg(String s)
s
- String to store
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |