Package org.mariadb.jdbc.codec
Class ParameterWithCal<T>
java.lang.Object
org.mariadb.jdbc.codec.Parameter<T>
org.mariadb.jdbc.codec.ParameterWithCal<T>
-
Field Summary
FieldsFields inherited from class org.mariadb.jdbc.codec.Parameter
codec, length, NULL_PARAMETER, value
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
encodeBinary
(PacketWriter encoder) void
encodeText
(PacketWriter encoder, Context context) Methods inherited from class org.mariadb.jdbc.codec.Parameter
canEncodeLongData, encodeData, encodeLongData, getBinaryEncodeType, isNull
-
Field Details
-
cal
-
-
Constructor Details
-
ParameterWithCal
-
-
Method Details
-
encodeText
- Overrides:
encodeText
in classParameter<T>
- Throws:
IOException
SQLException
-
encodeBinary
- Overrides:
encodeBinary
in classParameter<T>
- Throws:
IOException
SQLException
-