类 BigIntegerTypeHandler
java.lang.Object
cn.sylinx.horm.type.handler.BaseTypeHandler<BigInteger>
cn.sylinx.horm.type.handler.BigIntegerTypeHandler
- 所有已实现的接口:
TypeHandler<BigInteger>
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明protected JdbcTypegetNullableResult(CallableStatement cs, int columnIndex) getNullableResult(ResultSet rs, int columnIndex) getNullableResult(ResultSet rs, String columnName) voidsetNonNullParameter(PreparedStatement ps, int i, BigInteger parameter) 从类继承的方法 cn.sylinx.horm.type.handler.BaseTypeHandler
getResult, getResult, getResult, setParameter
-
构造器详细资料
-
BigIntegerTypeHandler
public BigIntegerTypeHandler()
-
-
方法详细资料
-
getJdbcTypeMapper
- 指定者:
getJdbcTypeMapper在类中BaseTypeHandler<BigInteger>
-
setNonNullParameter
public void setNonNullParameter(PreparedStatement ps, int i, BigInteger parameter) throws SQLException - 指定者:
setNonNullParameter在类中BaseTypeHandler<BigInteger>- 抛出:
SQLException
-
getNullableResult
- 指定者:
getNullableResult在类中BaseTypeHandler<BigInteger>- 抛出:
SQLException
-
getNullableResult
- 指定者:
getNullableResult在类中BaseTypeHandler<BigInteger>- 抛出:
SQLException
-
getNullableResult
- 指定者:
getNullableResult在类中BaseTypeHandler<BigInteger>- 抛出:
SQLException
-