@Deprecated public class FastpathArg extends Object
Constructor and Description |
---|
FastpathArg(byte[] bytes)
Deprecated.
Constructs an argument that consists of an array of bytes.
|
FastpathArg(byte[] buf,
int off,
int len)
Deprecated.
Constructs an argument that consists of part of a byte array.
|
FastpathArg(int value)
Deprecated.
Constructs an argument that consists of an integer value.
|
FastpathArg(long value)
Deprecated.
Constructs an argument that consists of an integer value.
|
FastpathArg(String s)
Deprecated.
Constructs an argument that consists of a String.
|
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 storeCopyright © 1997-2020 PostgreSQL Global Development Group. All Rights Reserved.