public interface ParameterHolder
| Modifier and Type | Field and Description |
|---|---|
static byte[] |
BINARY_INTRODUCER |
static byte |
QUOTE |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canBeLongData() |
int |
getApproximateTextProtocolLength() |
ColumnType |
getColumnType() |
boolean |
isNullData() |
java.lang.String |
toString() |
void |
writeBinary(PacketOutputStream pos) |
default void |
writeLongData(PacketOutputStream pos) |
void |
writeTo(PacketOutputStream os)
Write parameter value.
|
static final byte[] BINARY_INTRODUCER
static final byte QUOTE
void writeTo(PacketOutputStream os) throws java.io.IOException
os - the stream to write tojava.io.IOException - when something goes wrongvoid writeBinary(PacketOutputStream pos) throws java.io.IOException
java.io.IOExceptiondefault void writeLongData(PacketOutputStream pos) throws java.io.IOException
java.io.IOExceptionint getApproximateTextProtocolLength()
throws java.io.IOException
java.io.IOExceptionjava.lang.String toString()
toString in class java.lang.Objectboolean isNullData()
ColumnType getColumnType()
boolean canBeLongData()