org.dbunit.ext.oracle
Class OracleXMLTypeDataType
java.lang.Object
org.dbunit.dataset.datatype.DataType
org.dbunit.dataset.datatype.AbstractDataType
org.dbunit.dataset.datatype.BytesDataType
org.dbunit.dataset.datatype.BlobDataType
org.dbunit.ext.oracle.OracleXMLTypeDataType
public class OracleXMLTypeDataType
- extends BlobDataType
TODO UnitTests are completely missing
- Since:
- 2.4.0
- Version:
- $Revision: 812 $ $Date: 2008-09-25 20:03:43 +0200 (Thu, 25 Sep 2008) $
- Author:
- Phil Barr, Last changed by: $Author: gommma $
Fields inherited from class org.dbunit.dataset.datatype.DataType |
BIGINT, BINARY, BIT, BLOB, BOOLEAN, CHAR, CLOB, DATE, DECIMAL, DOUBLE, FLOAT, INTEGER, LONGVARBINARY, LONGVARCHAR, NUMERIC, REAL, SMALLINT, TIME, TIMESTAMP, TINYINT, UNKNOWN, VARBINARY, VARCHAR |
OracleXMLTypeDataType
public OracleXMLTypeDataType()
getSqlValue
public Object getSqlValue(int column,
ResultSet resultSet)
throws SQLException,
TypeCastException
- Description copied from class:
DataType
- Returns the specified column value from the specified resultset object.
- Overrides:
getSqlValue
in class BlobDataType
- Throws:
SQLException
TypeCastException
setSqlValue
public void setSqlValue(Object value,
int column,
PreparedStatement statement)
throws SQLException,
TypeCastException
- Description copied from class:
DataType
- Set the specified value to the specified prepared statement object.
- Overrides:
setSqlValue
in class BlobDataType
- Throws:
SQLException
TypeCastException
Copyright © 2002-2012. All Rights Reserved.