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.IOException
default void writeLongData(PacketOutputStream pos) throws java.io.IOException
java.io.IOException
int getApproximateTextProtocolLength() throws java.io.IOException
java.io.IOException
java.lang.String toString()
toString
in class java.lang.Object
boolean isNullData()
ColumnType getColumnType()
boolean canBeLongData()