public class DoubleParameter extends Object implements ParameterHolder, Cloneable
Constructor and Description |
---|
DoubleParameter(double value) |
Modifier and Type | Method and Description |
---|---|
long |
getApproximateTextProtocolLength() |
MariaDbType |
getMariaDbType() |
boolean |
isLongData() |
boolean |
isNullData() |
String |
toString() |
void |
writeBinary(PacketOutputStream writeBuffer) |
void |
writeTo(PacketOutputStream os)
Write parameter value.
|
void |
writeUnsafeTo(PacketOutputStream os) |
public void writeTo(PacketOutputStream os)
ParameterHolder
writeTo
in interface ParameterHolder
os
- the stream to write topublic void writeUnsafeTo(PacketOutputStream os)
writeUnsafeTo
in interface ParameterHolder
public long getApproximateTextProtocolLength()
getApproximateTextProtocolLength
in interface ParameterHolder
public void writeBinary(PacketOutputStream writeBuffer)
writeBinary
in interface ParameterHolder
public MariaDbType getMariaDbType()
getMariaDbType
in interface ParameterHolder
public String toString()
toString
in interface ParameterHolder
toString
in class Object
public boolean isLongData()
isLongData
in interface ParameterHolder
public boolean isNullData()
isNullData
in interface ParameterHolder
Copyright © 2016. All rights reserved.