org.dbunit.dataset.datatype
Class StringDataType

java.lang.Object
  extended by org.dbunit.dataset.datatype.DataType
      extended by org.dbunit.dataset.datatype.AbstractDataType
          extended by org.dbunit.dataset.datatype.StringDataType
Direct Known Subclasses:
ClobDataType, StringIgnoreCaseDataType

public class StringDataType
extends AbstractDataType

Since:
1.0
Version:
$Revision: 767 $ $Date: 2008-08-01 14:26:47 +0200 (Fri, 01 Aug 2008) $
Author:
Manuel Laflamme, Last changed by: $Author: gommma $

Field Summary
 
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
 
Constructor Summary
StringDataType(String name, int sqlType)
           
 
Method Summary
 Object getSqlValue(int column, ResultSet resultSet)
          Returns the specified column value from the specified resultset object.
 void setSqlValue(Object value, int column, PreparedStatement statement)
          Set the specified value to the specified prepared statement object.
 Object typeCast(Object value)
          Returns the specified value typecasted to this DataType
 
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

StringDataType

public StringDataType(String name,
                      int sqlType)
Method Detail

typeCast

public Object typeCast(Object value)
                throws TypeCastException
Description copied from class: DataType
Returns the specified value typecasted to this DataType

Specified by:
typeCast in class DataType
Throws:
TypeCastException

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 AbstractDataType
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 AbstractDataType
Throws:
SQLException
TypeCastException


Copyright © 2002-2012. All Rights Reserved.