public class ByteParameter extends NotLongDataParameter implements Cloneable
| Constructor and Description |
|---|
ByteParameter(byte value) |
| Modifier and Type | Method and Description |
|---|---|
long |
getApproximateTextProtocolLength() |
MariaDbType |
getMariaDbType() |
String |
toString() |
void |
writeBinary(PacketOutputStream writeBuffer) |
void |
writeTo(PacketOutputStream os)
Write parameter value.
|
void |
writeUnsafeTo(PacketOutputStream os) |
isLongData, isNullDatapublic void writeTo(PacketOutputStream os)
ParameterHolderwriteTo in interface ParameterHolderos - the stream to write topublic void writeUnsafeTo(PacketOutputStream os)
writeUnsafeTo in interface ParameterHolderpublic long getApproximateTextProtocolLength()
getApproximateTextProtocolLength in interface ParameterHolderpublic void writeBinary(PacketOutputStream writeBuffer)
writeBinary in class NotLongDataParameterpublic MariaDbType getMariaDbType()
getMariaDbType in interface ParameterHolderpublic String toString()
toString in interface ParameterHoldertoString in class ObjectCopyright © 2017. All rights reserved.