public static class DurationTypeHandlers.LongType extends org.apache.ibatis.type.BaseTypeHandler<Duration>
| 构造器和说明 |
|---|
LongType() |
| 限定符和类型 | 方法和说明 |
|---|---|
Duration |
getNullableResult(CallableStatement cs,
int columnIndex) |
Duration |
getNullableResult(ResultSet rs,
int columnIndex) |
Duration |
getNullableResult(ResultSet rs,
String columnName) |
void |
setNonNullParameter(PreparedStatement ps,
int i,
Duration parameter,
org.apache.ibatis.type.JdbcType jdbcType) |
public void setNonNullParameter(PreparedStatement ps, int i, Duration parameter, org.apache.ibatis.type.JdbcType jdbcType) throws SQLException
setNonNullParameter 在类中 org.apache.ibatis.type.BaseTypeHandler<Duration>SQLExceptionpublic Duration getNullableResult(ResultSet rs, String columnName) throws SQLException
getNullableResult 在类中 org.apache.ibatis.type.BaseTypeHandler<Duration>SQLExceptionpublic Duration getNullableResult(ResultSet rs, int columnIndex) throws SQLException
getNullableResult 在类中 org.apache.ibatis.type.BaseTypeHandler<Duration>SQLExceptionpublic Duration getNullableResult(CallableStatement cs, int columnIndex) throws SQLException
getNullableResult 在类中 org.apache.ibatis.type.BaseTypeHandler<Duration>SQLExceptionCopyright © 2022. All rights reserved.