org.dbunit.ext.oracle
Class OracleNClobDataType

java.lang.Object
  extended by org.dbunit.dataset.datatype.DataType
      extended by org.dbunit.dataset.datatype.AbstractDataType
          extended by org.dbunit.dataset.datatype.StringDataType
              extended by org.dbunit.dataset.datatype.ClobDataType
                  extended by org.dbunit.ext.oracle.OracleClobDataType
                      extended by org.dbunit.ext.oracle.OracleNClobDataType

public class OracleNClobDataType
extends OracleClobDataType

NCLOB handler

Since:
May 3, 2005
Version:
$Revision: 1072 $ $Date: 2009-10-12 19:46:45 +0200 (lun, 12 ott 2009) $
Author:
cris.daniluk, Last changed by: $Author: jbhurst $

Field Summary
 
Fields inherited from class org.dbunit.dataset.datatype.DataType
BIGINT, BIGINT_AUX_LONG, BINARY, BIT, BLOB, BOOLEAN, CHAR, CLOB, DATE, DECIMAL, DOUBLE, FLOAT, INTEGER, LONGNVARCHAR, LONGVARBINARY, LONGVARCHAR, NCHAR, NUMERIC, NVARCHAR, REAL, SMALLINT, TIME, TIMESTAMP, TINYINT, UNKNOWN, VARBINARY, VARCHAR
 
Constructor Summary
OracleNClobDataType()
           
 
Method Summary
 void setSqlValue(java.lang.Object value, int column, java.sql.PreparedStatement statement)
          Set the specified value to the specified prepared statement object.
 
Methods inherited from class org.dbunit.ext.oracle.OracleClobDataType
freeTemporaryClob, getClob, getSqlValue
 
Methods inherited from class org.dbunit.dataset.datatype.StringDataType
typeCast
 
Methods inherited from class org.dbunit.dataset.datatype.AbstractDataType
areObjectsEqual, compare, compareNonNulls, getSqlType, getTypeClass, isDateTime, isNumber, loadClass, loadClass, toString
 
Methods inherited from class org.dbunit.dataset.datatype.DataType
asString, forObject, forSqlType, forSqlTypeName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

OracleNClobDataType

public OracleNClobDataType()
Method Detail

setSqlValue

public void setSqlValue(java.lang.Object value,
                        int column,
                        java.sql.PreparedStatement statement)
                 throws java.sql.SQLException,
                        TypeCastException
Description copied from class: DataType
Set the specified value to the specified prepared statement object.

Overrides:
setSqlValue in class OracleClobDataType
Throws:
java.sql.SQLException
TypeCastException


Copyright © 2002-2010. All Rights Reserved.