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