public interface ParameterHolder
Modifier and Type | Method and Description |
---|---|
long |
getApproximateTextProtocolLength() |
MariaDbType |
getMariaDbType() |
boolean |
isLongData() |
boolean |
isNullData() |
String |
toString() |
void |
writeBinary(PacketOutputStream writeBuffer) |
void |
writeTo(PacketOutputStream os)
Write parameter value.
|
void |
writeUnsafeTo(PacketOutputStream os) |
void writeTo(PacketOutputStream os) throws IOException
os
- the stream to write toIOException
- when something goes wrongvoid writeUnsafeTo(PacketOutputStream os) throws IOException
IOException
void writeBinary(PacketOutputStream writeBuffer) throws IOException
IOException
long getApproximateTextProtocolLength() throws IOException
IOException
boolean isLongData()
boolean isNullData()
MariaDbType getMariaDbType()
Copyright © 2017. All rights reserved.