Class BasePrimitiveMysqlFieldCodec<T extends java.lang.Comparable<T>,F extends io.datarouter.model.field.Field<T>>
java.lang.Object
io.datarouter.client.mysql.field.codec.base.BaseMysqlFieldCodec<T,F>
io.datarouter.client.mysql.field.codec.base.BasePrimitiveMysqlFieldCodec<T,F>
- All Implemented Interfaces:
MysqlFieldCodec<T>
- Direct Known Subclasses:
BaseByteMysqlFieldCodec,BooleanMysqlFieldCodec,DoubleMysqlFieldCodec,FloatMysqlFieldCodec,IntegerMysqlFieldCodec,LongDateMysqlFieldCodec,LongMysqlFieldCodec,ShortMysqlFieldCodec,UInt15MysqlFieldCodec,UInt31MysqlFieldCodec,UInt63MysqlFieldCodec,VarIntMysqlFieldCodec
public abstract class BasePrimitiveMysqlFieldCodec<T extends java.lang.Comparable<T>,F extends io.datarouter.model.field.Field<T>> extends BaseMysqlFieldCodec<T,F>
-
Field Summary
-
Constructor Summary
Constructors Constructor Description BasePrimitiveMysqlFieldCodec(F field) -
Method Summary
Methods inherited from class io.datarouter.client.mysql.field.codec.base.BaseMysqlFieldCodec
fromMysqlResultSetUsingReflection, getIntroducedParameter, getSqlParameterMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.datarouter.client.mysql.field.MysqlFieldCodec
fromMysqlResultSetButDoNotSet, getMysqlColumnType, getSqlColumnDefinition, setPreparedStatementValue