public class DoubleTypeHandler extends AbstractTypeHandler<Double>
| 构造器和说明 |
|---|
DoubleTypeHandler() |
| 限定符和类型 | 方法和说明 |
|---|---|
Double |
getNullableResult(CallableStatement cs,
int columnIndex) |
Double |
getNullableResult(ResultSet rs,
int columnIndex) |
Double |
getNullableResult(ResultSet rs,
String columnName) |
void |
setNonNullParameter(PreparedStatement ps,
int i,
Double parameter,
JDBCType jdbcType) |
getResult, getResult, getResult, setParametergetRawType, toStringpublic void setNonNullParameter(PreparedStatement ps, int i, Double parameter, JDBCType jdbcType) throws SQLException
setNonNullParameter 在类中 AbstractTypeHandler<Double>SQLExceptionpublic Double getNullableResult(ResultSet rs, String columnName) throws SQLException
getNullableResult 在类中 AbstractTypeHandler<Double>columnName - Colunm name, when configuration useColumnLabel is falseSQLExceptionpublic Double getNullableResult(ResultSet rs, int columnIndex) throws SQLException
getNullableResult 在类中 AbstractTypeHandler<Double>SQLExceptionpublic Double getNullableResult(CallableStatement cs, int columnIndex) throws SQLException
getNullableResult 在类中 AbstractTypeHandler<Double>SQLExceptionCopyright © 2020–2021. All rights reserved.