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