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