public abstract class ParameterHolder extends Object implements Cloneable
| Constructor and Description |
|---|
ParameterHolder() |
| Modifier and Type | Method and Description |
|---|---|
abstract MySQLType |
getMySQLType() |
abstract boolean |
isLongData() |
String |
toString() |
void |
writeBufferType(PacketOutputStream buffer) |
abstract void |
writeTo(OutputStream os)
Write parameter value
|
public abstract void writeTo(OutputStream os) throws IOException
os - the stream to write toIOException - when something goes wrongpublic abstract boolean isLongData()
public abstract MySQLType getMySQLType()
public void writeBufferType(PacketOutputStream buffer)
Copyright © 2015. All rights reserved.