public class FloatTypeHandler extends BaseTypeHandler<Float>
| 构造器和说明 |
|---|
FloatTypeHandler() |
| 限定符和类型 | 方法和说明 |
|---|---|
protected JdbcType |
getJdbcTypeMapper() |
Float |
getNullableResult(CallableStatement cs,
int columnIndex) |
Float |
getNullableResult(ResultSet rs,
int columnIndex) |
Float |
getNullableResult(ResultSet rs,
String columnName) |
void |
setNonNullParameter(PreparedStatement ps,
int i,
Float parameter) |
getResult, getResult, getResult, setParameterprotected JdbcType getJdbcTypeMapper()
getJdbcTypeMapper 在类中 BaseTypeHandler<Float>public void setNonNullParameter(PreparedStatement ps, int i, Float parameter) throws SQLException
setNonNullParameter 在类中 BaseTypeHandler<Float>SQLExceptionpublic Float getNullableResult(ResultSet rs, String columnName) throws SQLException
getNullableResult 在类中 BaseTypeHandler<Float>SQLExceptionpublic Float getNullableResult(ResultSet rs, int columnIndex) throws SQLException
getNullableResult 在类中 BaseTypeHandler<Float>SQLExceptionpublic Float getNullableResult(CallableStatement cs, int columnIndex) throws SQLException
getNullableResult 在类中 BaseTypeHandler<Float>SQLExceptionCopyright © 2023. All rights reserved.