public class TimeOnlyTypeHandler extends BaseTypeHandler<Date>
configuration
Constructor and Description |
---|
TimeOnlyTypeHandler() |
Modifier and Type | Method and Description |
---|---|
Date |
getNullableResult(CallableStatement cs,
int columnIndex) |
Date |
getNullableResult(ResultSet rs,
int columnIndex) |
Date |
getNullableResult(ResultSet rs,
String columnName) |
void |
setNonNullParameter(PreparedStatement ps,
int i,
Date parameter,
JdbcType jdbcType) |
getResult, getResult, getResult, setConfiguration, setParameter
getRawType, toString
public void setNonNullParameter(PreparedStatement ps, int i, Date parameter, JdbcType jdbcType) throws SQLException
setNonNullParameter
in class BaseTypeHandler<Date>
SQLException
public Date getNullableResult(ResultSet rs, String columnName) throws SQLException
getNullableResult
in class BaseTypeHandler<Date>
SQLException
public Date getNullableResult(ResultSet rs, int columnIndex) throws SQLException
getNullableResult
in class BaseTypeHandler<Date>
SQLException
public Date getNullableResult(CallableStatement cs, int columnIndex) throws SQLException
getNullableResult
in class BaseTypeHandler<Date>
SQLException
Copyright © 2010–2015 MyBatis.org. All rights reserved.