org.dbunit.ext.oracle
Class OracleClobDataType
java.lang.Object
org.dbunit.dataset.datatype.DataType
org.dbunit.dataset.datatype.AbstractDataType
org.dbunit.dataset.datatype.StringDataType
org.dbunit.dataset.datatype.ClobDataType
org.dbunit.ext.oracle.OracleClobDataType
- Direct Known Subclasses:
- OracleNClobDataType
public class OracleClobDataType
- extends ClobDataType
- Since:
- Jan 12, 2004
- Version:
- $Revision: 773 $ $Date: 2008-08-05 21:08:51 +0200 (Tue, 05 Aug 2008) $
- Author:
- Manuel Laflamme, 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 |
OracleClobDataType
public OracleClobDataType()
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 ClobDataType
- 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 ClobDataType
- Throws:
SQLException
TypeCastException
getClob
protected Object getClob(Object value,
Connection connection)
throws TypeCastException
- Throws:
TypeCastException
freeTemporaryClob
protected void freeTemporaryClob(Object tempClob)
throws TypeCastException
- Throws:
TypeCastException
Copyright © 2002-2012. All Rights Reserved.