public class CharRDBMSMapping extends AbstractDatastoreMapping
column, mapping, storeMgr| Constructor and Description |
|---|
CharRDBMSMapping(JavaTypeMapping mapping,
RDBMSStoreManager storeMgr,
Column col)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
getBoolean(ResultSet rs,
int param)
Method to extract a boolean from the ResultSet at the specified position
|
char |
getChar(ResultSet rs,
int param)
Method to extract a character from the ResultSet at the specified position
|
SimpleDateFormat |
getJavaUtilDateFormat()
Get a Format object to handle java.util.Date.
|
Object |
getObject(ResultSet rs,
int param)
Method to extract an object from the ResultSet at the specified position
|
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.
|
boolean |
isStringBased()
Accessor for whether the mapping is string-based.
|
void |
setBoolean(PreparedStatement ps,
int param,
boolean value)
Method to set a boolean at the specified position in the JDBC PreparedStatement.
|
void |
setChar(PreparedStatement ps,
int param,
char value)
Method to set a character at the specified position in the JDBC PreparedStatement.
|
void |
setObject(PreparedStatement ps,
int param,
Object value)
Method to set an object at the specified position in the JDBC PreparedStatement.
|
void |
setString(PreparedStatement ps,
int param,
String value)
Method to set a String at the specified position in the JDBC PreparedStatement.
|
equals, 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 CharRDBMSMapping(JavaTypeMapping mapping, RDBMSStoreManager storeMgr, Column col)
mapping - Java type mappingstoreMgr - Store Managercol - column to be mappedprotected void initialize()
public boolean isStringBased()
isStringBased in interface DatastoreMappingisStringBased in class AbstractDatastoreMappingpublic SQLTypeInfo getTypeInfo()
AbstractDatastoreMappinggetTypeInfo in class AbstractDatastoreMappingpublic void setChar(PreparedStatement ps, int param, char value)
setChar in interface DatastoreMappingsetChar in class AbstractDatastoreMappingps - The PreparedStatementparam - Parameter positionvalue - The value to setpublic char getChar(ResultSet rs, int param)
getChar in interface DatastoreMappinggetChar in class AbstractDatastoreMappingrs - The Result Setparam - The parameter positionpublic void setString(PreparedStatement ps, int param, String value)
setString in interface DatastoreMappingsetString in class AbstractDatastoreMappingps - The PreparedStatementparam - Parameter positionvalue - The value to setpublic String getString(ResultSet rs, int param)
getString in interface DatastoreMappinggetString in class AbstractDatastoreMappingrs - The Result Setparam - The parameter positionpublic void setBoolean(PreparedStatement ps, int param, boolean value)
setBoolean in interface DatastoreMappingsetBoolean in class AbstractDatastoreMappingps - The PreparedStatementparam - Parameter positionvalue - The value to setpublic boolean getBoolean(ResultSet rs, int param)
getBoolean in interface DatastoreMappinggetBoolean in class AbstractDatastoreMappingrs - The Result Setparam - The parameter positionpublic void setObject(PreparedStatement ps, int param, Object value)
setObject in interface DatastoreMappingsetObject in class AbstractDatastoreMappingps - The PreparedStatementparam - Parameter positionvalue - The value to setpublic Object getObject(ResultSet rs, int param)
getObject in interface DatastoreMappinggetObject in class AbstractDatastoreMappingrs - The Result Setparam - The parameter positionpublic SimpleDateFormat getJavaUtilDateFormat()
Copyright © 2015. All rights reserved.