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
IOExceptionvoid writeBinary(PacketOutputStream writeBuffer) throws IOException
IOExceptionlong getApproximateTextProtocolLength()
throws IOException
IOExceptionboolean isLongData()
boolean isNullData()
MariaDbType getMariaDbType()
Copyright © 2016. All rights reserved.