public class PortableObjectType<T> extends AbstractJdbcType<T>
Types.OTHER.PreparedStatement.setObject(int, Object, int)type| Constructor and Description |
|---|
PortableObjectType(JdbcType<T> baseType) |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.String |
doConvertToLogFormat(T value) |
protected T |
doGetValue(java.sql.CallableStatement callableStatement,
int index) |
T |
doGetValue(java.sql.ResultSet resultSet,
int index) |
protected void |
doSetValue(java.sql.PreparedStatement preparedStatement,
int index,
T value) |
convertToLogFormat, getValue, getValue, registerOutParameter, setValuepublic T doGetValue(java.sql.ResultSet resultSet, int index) throws java.sql.SQLException
doGetValue in class AbstractJdbcType<T>java.sql.SQLExceptionprotected void doSetValue(java.sql.PreparedStatement preparedStatement,
int index,
T value)
throws java.sql.SQLException
doSetValue in class AbstractJdbcType<T>java.sql.SQLExceptionprotected T doGetValue(java.sql.CallableStatement callableStatement, int index) throws java.sql.SQLException
doGetValue in class AbstractJdbcType<T>java.sql.SQLExceptionprotected java.lang.String doConvertToLogFormat(T value)
doConvertToLogFormat in class AbstractJdbcType<T>