Class BaseListMysqlFieldCodec<T extends java.lang.Comparable<T>,L extends java.util.List<T>,F extends io.datarouter.model.field.Field<L>>
java.lang.Object
io.datarouter.client.mysql.field.codec.base.BaseMysqlFieldCodec<L,F>
io.datarouter.client.mysql.field.codec.base.BaseListMysqlFieldCodec<T,L,F>
- All Implemented Interfaces:
MysqlFieldCodec<L>
- Direct Known Subclasses:
BooleanArrayMysqlFieldCodec,DelimitedStringArrayMysqlFieldCodec,DoubleArrayMysqlFieldCodec,IntegerArrayMysqlFieldCodec,UInt63ArrayMysqlFieldCodec,UInt7ArrayMysqlFieldCodec
public abstract class BaseListMysqlFieldCodec<T extends java.lang.Comparable<T>,L extends java.util.List<T>,F extends io.datarouter.model.field.Field<L>> extends BaseMysqlFieldCodec<L,F>
-
Field Summary
-
Constructor Summary
Constructors Constructor Description BaseListMysqlFieldCodec(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