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
IOExceptionlong getApproximateTextProtocolLength()
throws IOException
IOExceptionboolean isNullData()
ColumnType getColumnType()
boolean isLongData()
Copyright © 2019 mariadb.org. All rights reserved.