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