Class UInt63ArrayMysqlFieldCodec
java.lang.Object
io.datarouter.client.mysql.field.codec.base.BaseMysqlFieldCodec<L,F>
io.datarouter.client.mysql.field.codec.base.BaseListMysqlFieldCodec<java.lang.Long,java.util.List<java.lang.Long>,io.datarouter.model.field.imp.array.UInt63ArrayField>
io.datarouter.client.mysql.field.codec.array.UInt63ArrayMysqlFieldCodec
- All Implemented Interfaces:
MysqlFieldCodec<java.util.List<java.lang.Long>>
public class UInt63ArrayMysqlFieldCodec extends BaseListMysqlFieldCodec<java.lang.Long,java.util.List<java.lang.Long>,io.datarouter.model.field.imp.array.UInt63ArrayField>
-
Field Summary
-
Constructor Summary
Constructors Constructor Description UInt63ArrayMysqlFieldCodec()UInt63ArrayMysqlFieldCodec(io.datarouter.model.field.imp.array.UInt63ArrayField field) -
Method Summary
Modifier and Type Method Description java.util.List<java.lang.Long>fromMysqlResultSetButDoNotSet(java.sql.ResultSet rs)MysqlColumnTypegetMysqlColumnType()SqlColumngetSqlColumnDefinition(boolean allowNullable)voidsetPreparedStatementValue(java.sql.PreparedStatement ps, int parameterIndex)Methods inherited from class io.datarouter.client.mysql.field.codec.base.BaseMysqlFieldCodec
fromMysqlResultSetUsingReflection, getIntroducedParameter, getSqlParameter
-
Constructor Details
-
UInt63ArrayMysqlFieldCodec
public UInt63ArrayMysqlFieldCodec() -
UInt63ArrayMysqlFieldCodec
public UInt63ArrayMysqlFieldCodec(io.datarouter.model.field.imp.array.UInt63ArrayField field)
-
-
Method Details
-
getSqlColumnDefinition
-
setPreparedStatementValue
public void setPreparedStatementValue(java.sql.PreparedStatement ps, int parameterIndex) -
fromMysqlResultSetButDoNotSet
public java.util.List<java.lang.Long> fromMysqlResultSetButDoNotSet(java.sql.ResultSet rs) -
getMysqlColumnType
-