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