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