public class LongParameter extends NotLongDataParameterHolder
| Constructor and Description |
|---|
LongParameter(long value) |
| Modifier and Type | Method and Description |
|---|---|
long |
getApproximateTextProtocolLength() |
MariaDbType |
getMariaDbType() |
void |
writeBinary(PacketOutputStream writeBuffer) |
void |
writeTo(OutputStream os)
Write parameter value.
|
isLongDatatoString, writeBufferTypepublic void writeTo(OutputStream os) throws IOException
ParameterHolderwriteTo in class ParameterHolderos - the stream to write toIOException - when something goes wrongpublic long getApproximateTextProtocolLength()
getApproximateTextProtocolLength in class ParameterHolderpublic void writeBinary(PacketOutputStream writeBuffer)
writeBinary in class NotLongDataParameterHolderpublic MariaDbType getMariaDbType()
getMariaDbType in class ParameterHolderCopyright © 2016. All rights reserved.