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() |
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 IOException
os
- the stream to write toIOException
- when something goes wrongvoid writeBinary(PacketOutputStream pos) throws IOException
IOException
long getApproximateTextProtocolLength() throws IOException
IOException
boolean isNullData()
ColumnType getColumnType()
boolean isLongData()
Copyright © 2017. All rights reserved.