| Constructor and Description |
|---|
DurationTypeHandler() |
| Modifier and Type | Method and Description |
|---|---|
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 duration,
org.apache.ibatis.type.JdbcType jdbcType) |
public void setNonNullParameter(PreparedStatement ps, int i, Duration duration, org.apache.ibatis.type.JdbcType jdbcType) throws SQLException
setNonNullParameter in class org.apache.ibatis.type.BaseTypeHandler<Duration>SQLExceptionpublic Duration getNullableResult(ResultSet rs, String columnName) throws SQLException
getNullableResult in class org.apache.ibatis.type.BaseTypeHandler<Duration>SQLExceptionpublic Duration getNullableResult(ResultSet rs, int columnIndex) throws SQLException
getNullableResult in class org.apache.ibatis.type.BaseTypeHandler<Duration>SQLExceptionpublic Duration getNullableResult(CallableStatement cs, int columnIndex) throws SQLException
getNullableResult in class org.apache.ibatis.type.BaseTypeHandler<Duration>SQLExceptionCopyright © 2020 Pivotal Software, Inc.. All rights reserved.