Class SignedByteMysqlFieldCodec
java.lang.Object
io.datarouter.client.mysql.field.codec.base.BaseMysqlFieldCodec<T,F>
io.datarouter.client.mysql.field.codec.base.BasePrimitiveMysqlFieldCodec<java.lang.Byte,F>
io.datarouter.client.mysql.field.codec.primitive.BaseByteMysqlFieldCodec<io.datarouter.model.field.imp.comparable.SignedByteField>
io.datarouter.client.mysql.field.codec.primitive.SignedByteMysqlFieldCodec
- All Implemented Interfaces:
MysqlFieldCodec<java.lang.Byte>
public class SignedByteMysqlFieldCodec extends BaseByteMysqlFieldCodec<io.datarouter.model.field.imp.comparable.SignedByteField>
-
Field Summary
-
Constructor Summary
Constructors Constructor Description SignedByteMysqlFieldCodec()SignedByteMysqlFieldCodec(io.datarouter.model.field.imp.comparable.SignedByteField field) -
Method Summary
Modifier and Type Method Description protected java.lang.IntegergetJavaSqlType()protected java.lang.IntegergetMaxColumnLength()MysqlColumnTypegetMysqlColumnType()Methods inherited from class io.datarouter.client.mysql.field.codec.primitive.BaseByteMysqlFieldCodec
fromMysqlResultSetButDoNotSet, getSqlColumnDefinition, setPreparedStatementValueMethods inherited from class io.datarouter.client.mysql.field.codec.base.BaseMysqlFieldCodec
fromMysqlResultSetUsingReflection, getIntroducedParameter, getSqlParameter
-
Constructor Details
-
SignedByteMysqlFieldCodec
public SignedByteMysqlFieldCodec() -
SignedByteMysqlFieldCodec
public SignedByteMysqlFieldCodec(io.datarouter.model.field.imp.comparable.SignedByteField field)
-
-
Method Details
-
getMaxColumnLength
protected java.lang.Integer getMaxColumnLength()- Specified by:
getMaxColumnLengthin classBaseByteMysqlFieldCodec<io.datarouter.model.field.imp.comparable.SignedByteField>
-
getMysqlColumnType
-
getJavaSqlType
protected java.lang.Integer getJavaSqlType()- Specified by:
getJavaSqlTypein classBaseByteMysqlFieldCodec<io.datarouter.model.field.imp.comparable.SignedByteField>
-