|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.dbunit.dataset.datatype.DataType
org.dbunit.dataset.datatype.AbstractDataType
org.dbunit.dataset.datatype.StringDataType
org.dbunit.dataset.datatype.ClobDataType
org.dbunit.ext.oracle.OracleClobDataType
org.dbunit.ext.oracle.OracleNClobDataType
public class OracleNClobDataType
NCLOB handler
| Field Summary | |
|---|---|
protected static java.lang.Short |
FORM_NCHAR
|
| 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 | |
|---|---|
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 |
|---|
compare, 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 |
| Field Detail |
|---|
protected static final java.lang.Short FORM_NCHAR
| Constructor Detail |
|---|
public OracleNClobDataType()
| Method Detail |
|---|
public void setSqlValue(java.lang.Object value,
int column,
java.sql.PreparedStatement statement)
throws java.sql.SQLException,
TypeCastException
DataType
setSqlValue in class OracleClobDataTypejava.sql.SQLException
TypeCastException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||