public class OracleClobDataType extends ClobDataType
Constructor and Description |
---|
OracleClobDataType() |
Modifier and Type | Method and Description |
---|---|
protected void |
freeTemporaryClob(Object tempClob) |
protected Object |
getClob(Object value,
Connection connection) |
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.
|
typeCast
areObjectsEqual, compare, compareNonNulls, getSqlType, getTypeClass, isDateTime, isNumber, loadClass, loadClass, toString
asString, forObject, forSqlType, forSqlTypeName
public Object getSqlValue(int column, ResultSet resultSet) throws SQLException, TypeCastException
DataType
getSqlValue
in class ClobDataType
SQLException
TypeCastException
public void setSqlValue(Object value, int column, PreparedStatement statement) throws SQLException, TypeCastException
DataType
setSqlValue
in class ClobDataType
SQLException
TypeCastException
protected Object getClob(Object value, Connection connection) throws TypeCastException
TypeCastException
protected void freeTemporaryClob(Object tempClob) throws TypeCastException
TypeCastException
Copyright © 2002-2012. All Rights Reserved.