public interface ParameterHolder
Modifier and Type | Field and Description |
---|---|
static byte[] |
BINARY_INTRODUCER |
static byte |
QUOTE |
Modifier and Type | Method and Description |
---|---|
long |
getApproximateTextProtocolLength() |
ColumnType |
getColumnType() |
boolean |
isLongData() |
boolean |
isNullData() |
java.lang.String |
toString() |
void |
writeBinary(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
long getApproximateTextProtocolLength() throws java.io.IOException
java.io.IOException
java.lang.String toString()
toString
in class java.lang.Object
boolean isNullData()
ColumnType getColumnType()
boolean isLongData()