Class PrimitiveIntegerArrayMysqlFieldCodec
java.lang.Object
io.datarouter.client.mysql.field.codec.base.BaseMysqlFieldCodec<int[],io.datarouter.model.field.Field<int[]>>
io.datarouter.client.mysql.field.codec.array.PrimitiveIntegerArrayMysqlFieldCodec
- All Implemented Interfaces:
MysqlFieldCodec<int[]>
public class PrimitiveIntegerArrayMysqlFieldCodec extends BaseMysqlFieldCodec<int[],io.datarouter.model.field.Field<int[]>>
-
Field Summary
-
Constructor Summary
Constructors Constructor Description PrimitiveIntegerArrayMysqlFieldCodec()PrimitiveIntegerArrayMysqlFieldCodec(io.datarouter.model.field.Field<int[]> field) -
Method Summary
Modifier and Type Method Description int[]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
-
PrimitiveIntegerArrayMysqlFieldCodec
public PrimitiveIntegerArrayMysqlFieldCodec() -
PrimitiveIntegerArrayMysqlFieldCodec
public PrimitiveIntegerArrayMysqlFieldCodec(io.datarouter.model.field.Field<int[]> field)
-
-
Method Details
-
getSqlColumnDefinition
-
fromMysqlResultSetButDoNotSet
public int[] fromMysqlResultSetButDoNotSet(java.sql.ResultSet rs) -
setPreparedStatementValue
public void setPreparedStatementValue(java.sql.PreparedStatement ps, int parameterIndex) -
getMysqlColumnType
-