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