public class ClobRDBMSMapping extends LongVarcharRDBMSMapping
column, mapping, storeMgr| Constructor and Description |
|---|
ClobRDBMSMapping(JavaTypeMapping mapping,
RDBMSStoreManager storeMgr,
Column col)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
getObject(ResultSet rs,
int param)
Obtains a value from
resultSet
at position specified by exprIndex. |
String |
getString(ResultSet rs,
int param)
Obtains a value from
resultSet
at position specified by exprIndex. |
SQLTypeInfo |
getTypeInfo()
Accessor for the type info for this datastore field
|
void |
setObject(PreparedStatement ps,
int param,
Object value)
Sets a
value into ps
at position specified by paramIndex. |
void |
setString(PreparedStatement ps,
int param,
String value)
Sets a
value into ps
at position specified by paramIndex. |
isStringBasedequals, failureMessage, failureMessage, failureMessage, getBoolean, getByte, getChar, getColumn, getDatastoreAdapter, getDouble, getFloat, getInsertionInputParameter, getInt, getJavaTypeMapping, getLong, getShort, getUpdateInputParameter, hashCode, includeInFetchStatement, initTypeInfo, insertValuesOnInsert, isBitBased, isBooleanBased, isDecimalBased, isIntegerBased, isNullable, setBoolean, setByte, setChar, setDouble, setFloat, setInt, setLong, setShortpublic ClobRDBMSMapping(JavaTypeMapping mapping, RDBMSStoreManager storeMgr, Column col)
mapping - The java type mapping for the field.storeMgr - Manager for the storecol - Columnpublic SQLTypeInfo getTypeInfo()
getTypeInfo in class LongVarcharRDBMSMappingpublic void setString(PreparedStatement ps, int param, String value)
DatastoreMappingvalue into ps
at position specified by paramIndex.setString in interface DatastoreMappingsetString in class LongVarcharRDBMSMappingps - PreparedStatementparam - the position of the value in the statementvalue - the valuepublic void setObject(PreparedStatement ps, int param, Object value)
DatastoreMappingvalue into ps
at position specified by paramIndex.setObject in interface DatastoreMappingsetObject in class LongVarcharRDBMSMappingps - PreparedStatementparam - the position of the value in the statementvalue - the valuepublic String getString(ResultSet rs, int param)
DatastoreMappingresultSet
at position specified by exprIndex.getString in interface DatastoreMappinggetString in class LongVarcharRDBMSMappingrs - ResultSetparam - the position of the value in the resultpublic Object getObject(ResultSet rs, int param)
DatastoreMappingresultSet
at position specified by exprIndex.getObject in interface DatastoreMappinggetObject in class LongVarcharRDBMSMappingrs - ResultSetparam - the position of the value in the resultCopyright © 2015. All rights reserved.