public class ReaderParameter extends LongDataParameterHolder
mySQLServerCharset| Constructor and Description |
|---|
ReaderParameter(Reader reader,
boolean noBackslashEscapes) |
ReaderParameter(Reader reader,
long length,
boolean noBackslashEscapes) |
| Modifier and Type | Method and Description |
|---|---|
MySQLType |
getMySQLType() |
boolean |
isLongData() |
String |
toString() |
void |
writeBinary(PacketOutputStream os) |
void |
writeTo(OutputStream os)
Write parameter value
|
setMySQLServerCharsetwriteBufferTypepublic ReaderParameter(Reader reader, long length, boolean noBackslashEscapes)
public ReaderParameter(Reader reader, 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 os) throws IOException
writeBinary in class LongDataParameterHolderIOExceptionpublic MySQLType getMySQLType()
getMySQLType in class ParameterHolderpublic String toString()
toString in class ParameterHolderpublic boolean isLongData()
isLongData in class LongDataParameterHolderCopyright © 2015. All rights reserved.