public class SerializableParameter extends LongDataParameterHolder
mySQLServerCharset| Constructor and Description |
|---|
SerializableParameter(Object object,
boolean noBackslashEscapes) |
| Modifier and Type | Method and Description |
|---|---|
MySQLType |
getMySQLType() |
String |
toString() |
void |
writeBinary(PacketOutputStream os) |
void |
writeTo(OutputStream os)
Write parameter value
|
isLongData, setMySQLServerCharsetwriteBufferTypepublic SerializableParameter(Object object, boolean noBackslashEscapes) throws IOException
IOExceptionpublic void writeTo(OutputStream os) throws IOException
ParameterHolderwriteTo in class ParameterHolderos - the stream to write toIOException - when something goes wrongpublic void writeBinary(PacketOutputStream os) throws IOException
writeBinary in class LongDataParameterHolderIOExceptionpublic String toString()
toString in class ParameterHolderpublic MySQLType getMySQLType()
getMySQLType in class ParameterHolderCopyright © 2015. All rights reserved.