public class XMLTypeRDBMSMapping extends CharRDBMSMapping
column, LOCALISER, LOCALISER_RDBMS, mapping, storeMgr| Constructor and Description |
|---|
XMLTypeRDBMSMapping(JavaTypeMapping mapping,
RDBMSStoreManager storeMgr,
Column col)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getString(ResultSet rs,
int param)
Method to extract a String from the ResultSet at the specified position
|
SQLTypeInfo |
getTypeInfo()
Accessor for the (SQL) type info for this datastore type.
|
protected void |
initialize()
Method to initialise the column mapping.
|
void |
setString(PreparedStatement ps,
int param,
String value)
Method to set a String at the specified position in the JDBC PreparedStatement.
|
getBoolean, getChar, getJavaUtilDateFormat, getObject, isStringBased, setBoolean, setChar, setObjectequals, failureMessage, failureMessage, failureMessage, getByte, getColumn, getDatastoreAdapter, getDouble, getFloat, getInsertionInputParameter, getInt, getJavaTypeMapping, getLong, getShort, getUpdateInputParameter, hashCode, includeInFetchStatement, initTypeInfo, insertValuesOnInsert, isBitBased, isBooleanBased, isDecimalBased, isIntegerBased, isNullable, setByte, setDouble, setFloat, setInt, setLong, setShortpublic XMLTypeRDBMSMapping(JavaTypeMapping mapping, RDBMSStoreManager storeMgr, Column col)
mapping - Java type mappingstoreMgr - Store Managercol - Columnprotected void initialize()
CharRDBMSMappinginitialize in class CharRDBMSMappingpublic SQLTypeInfo getTypeInfo()
AbstractDatastoreMappinggetTypeInfo in class CharRDBMSMappingpublic String getString(ResultSet rs, int param)
getString in interface DatastoreMappinggetString in class CharRDBMSMappingrs - The Result Setparam - The parameter positionpublic void setString(PreparedStatement ps, int param, String value)
setString in interface DatastoreMappingsetString in class CharRDBMSMappingps - The PreparedStatementparam - Parameter positionvalue - The value to setCopyright © 2013. All Rights Reserved.