Class SerializableParameter
java.lang.Object
org.mariadb.jdbc.internal.com.send.parameters.SerializableParameter
- All Implemented Interfaces:
Cloneable,ParameterHolder
-
Field Summary
FieldsFields inherited from interface org.mariadb.jdbc.internal.com.send.parameters.ParameterHolder
BINARY_INTRODUCER, QUOTE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlongReturn approximated data calculated length.booleanbooleantoString()voidWrite data to socket in binary format.private voidvoidWrite object to buffer for text protocol.
-
Field Details
-
noBackSlashEscapes
private final boolean noBackSlashEscapes -
object
-
loadedStream
private byte[] loadedStream
-
-
Constructor Details
-
SerializableParameter
-
-
Method Details
-
writeTo
Write object to buffer for text protocol.- Specified by:
writeToin interfaceParameterHolder- Parameters:
pos- the stream to write to- Throws:
IOException- if error reading stream
-
writeObjectToBytes
- Throws:
IOException
-
getApproximateTextProtocolLength
Return approximated data calculated length.- Specified by:
getApproximateTextProtocolLengthin interfaceParameterHolder- Returns:
- approximated data length.
- Throws:
IOException- if error reading stream
-
writeBinary
Write data to socket in binary format.- Specified by:
writeBinaryin interfaceParameterHolder- Parameters:
pos- socket output stream- Throws:
IOException- if socket error occur
-
toString
- Specified by:
toStringin interfaceParameterHolder- Overrides:
toStringin classObject
-
getColumnType
- Specified by:
getColumnTypein interfaceParameterHolder
-
isNullData
public boolean isNullData()- Specified by:
isNullDatain interfaceParameterHolder
-
isLongData
public boolean isLongData()- Specified by:
isLongDatain interfaceParameterHolder
-