Constructor and Description |
---|
UUIDTypeHandler() |
Modifier and Type | Method and Description |
---|---|
UUID |
getNullableResult(CallableStatement cs,
int columnIndex) |
UUID |
getNullableResult(ResultSet rs,
int columnIndex) |
UUID |
getNullableResult(ResultSet rs,
String columnName) |
void |
setNonNullParameter(PreparedStatement ps,
int i,
UUID parameter,
org.apache.ibatis.type.JdbcType jdbcType) |
public void setNonNullParameter(PreparedStatement ps, int i, UUID parameter, org.apache.ibatis.type.JdbcType jdbcType) throws SQLException
setNonNullParameter
in class org.apache.ibatis.type.BaseTypeHandler<UUID>
SQLException
public UUID getNullableResult(ResultSet rs, String columnName) throws SQLException
getNullableResult
in class org.apache.ibatis.type.BaseTypeHandler<UUID>
SQLException
public UUID getNullableResult(ResultSet rs, int columnIndex) throws SQLException
getNullableResult
in class org.apache.ibatis.type.BaseTypeHandler<UUID>
SQLException
public UUID getNullableResult(CallableStatement cs, int columnIndex) throws SQLException
getNullableResult
in class org.apache.ibatis.type.BaseTypeHandler<UUID>
SQLException