org.dbunit.ext.oracle
Class OracleBlobDataType

java.lang.Object
  extended byorg.dbunit.dataset.datatype.DataType
      extended byorg.dbunit.dataset.datatype.AbstractDataType
          extended byorg.dbunit.dataset.datatype.BytesDataType
              extended byorg.dbunit.dataset.datatype.BlobDataType
                  extended byorg.dbunit.ext.oracle.OracleBlobDataType

public class OracleBlobDataType
extends BlobDataType

Since:
Feb 2, 2004
Version:
$Revision: 1.2 $
Author:
Manuel Laflamme

Field Summary
 
Fields inherited from class org.dbunit.dataset.datatype.DataType
BIGINT, BINARY, BLOB, BOOLEAN, CHAR, CLOB, DATE, DECIMAL, DOUBLE, FLOAT, INTEGER, LONGVARBINARY, LONGVARCHAR, NUMERIC, REAL, SMALLINT, TIME, TIMESTAMP, TINYINT, UNKNOWN, VARBINARY, VARCHAR
 
Constructor Summary
OracleBlobDataType()
           
 
Method Summary
 java.lang.Object getSqlValue(int column, java.sql.ResultSet resultSet)
          Returns the specified column value from the specified resultset object.
 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.dataset.datatype.BytesDataType
compare, compare, typeCast
 
Methods inherited from class org.dbunit.dataset.datatype.AbstractDataType
getSqlType, getTypeClass, isDateTime, isNumber, 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

OracleBlobDataType

public OracleBlobDataType()
Method Detail

getSqlValue

public java.lang.Object getSqlValue(int column,
                                    java.sql.ResultSet resultSet)
                             throws java.sql.SQLException,
                                    TypeCastException
Description copied from class: DataType
Returns the specified column value from the specified resultset object.

Overrides:
getSqlValue in class BlobDataType
Throws:
java.sql.SQLException
TypeCastException

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 BlobDataType
Throws:
java.sql.SQLException
TypeCastException


Copyright © 2002-2005 DbUnit.org. All Rights Reserved.