org.mariadb.jdbc.internal.com.send.parameters
Interface ParameterHolder
- All Known Implementing Classes:
- BigDecimalParameter, ByteArrayParameter, ByteParameter, DateParameter, DoubleParameter, FloatParameter, IntParameter, LongParameter, NullParameter, ReaderParameter, SerializableParameter, ShortParameter, StreamParameter, StringParameter, TimeParameter, TimestampParameter
public interface ParameterHolder
BINARY_INTRODUCER
static final byte[] BINARY_INTRODUCER
QUOTE
static final byte QUOTE
- See Also:
- Constant Field Values
writeTo
void writeTo(PacketOutputStream os)
throws IOException
- Write parameter value.
- Parameters:
os - the stream to write to
- Throws:
IOException - when something goes wrong
writeBinary
void writeBinary(PacketOutputStream pos)
throws IOException
- Throws:
IOException
getApproximateTextProtocolLength
long getApproximateTextProtocolLength()
throws IOException
- Throws:
IOException
toString
String toString()
- Overrides:
toString in class Object
isNullData
boolean isNullData()
getColumnType
ColumnType getColumnType()
isLongData
boolean isLongData()
Copyright © 2017. All rights reserved.