public class ByteArrayParameter extends NotLongDataParameterHolder
| Constructor and Description |
|---|
ByteArrayParameter(byte[] bytes,
boolean noBackslashEscapes) |
| Modifier and Type | Method and Description |
|---|---|
MySQLType |
getMySQLType() |
String |
toString() |
void |
writeBinary(PacketOutputStream writeBuffer) |
void |
writeTo(OutputStream os)
Write parameter value
|
isLongDatawriteBufferTypepublic ByteArrayParameter(byte[] bytes,
boolean noBackslashEscapes)
public void writeTo(OutputStream os) throws IOException
ParameterHolderwriteTo in class ParameterHolderos - the stream to write toIOException - when something goes wrongpublic void writeBinary(PacketOutputStream writeBuffer)
writeBinary in class NotLongDataParameterHolderpublic MySQLType getMySQLType()
getMySQLType in class ParameterHolderpublic String toString()
toString in class ParameterHolderCopyright © 2015. All rights reserved.