public class IntegerRDBMSMapping extends AbstractDatastoreMapping
column, mapping, storeMgr| Constructor and Description |
|---|
IntegerRDBMSMapping(JavaTypeMapping mapping,
RDBMSStoreManager storeMgr,
Column col)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
char |
getChar(ResultSet rs,
int param)
Obtains a value from
resultSet
at position specified by exprIndex. |
int |
getInt(ResultSet rs,
int param)
Obtains a value from
resultSet
at position specified by exprIndex. |
long |
getLong(ResultSet rs,
int param)
Obtains a value from
resultSet
at position specified by exprIndex. |
Object |
getObject(ResultSet rs,
int param)
Obtains a value from
resultSet
at position specified by exprIndex. |
SQLTypeInfo |
getTypeInfo()
Accessor for the (SQL) type info for this datastore type.
|
boolean |
isIntegerBased()
Accessor for whether the mapping is integer-based.
|
void |
setChar(PreparedStatement ps,
int param,
char value)
Sets a
value into ps
at position specified by paramIndex. |
void |
setInt(PreparedStatement ps,
int param,
int value)
Sets a
value into ps
at position specified by paramIndex. |
void |
setLong(PreparedStatement ps,
int param,
long value)
Sets a
value into ps
at position specified by paramIndex. |
void |
setObject(PreparedStatement ps,
int param,
Object value)
Sets a
value into ps
at position specified by paramIndex. |
equals, failureMessage, failureMessage, failureMessage, getBoolean, getByte, getColumn, getDatastoreAdapter, getDouble, getFloat, getInsertionInputParameter, getJavaTypeMapping, getShort, getString, getUpdateInputParameter, hashCode, includeInFetchStatement, initTypeInfo, insertValuesOnInsert, isBitBased, isBooleanBased, isDecimalBased, isNullable, isStringBased, setBoolean, setByte, setDouble, setFloat, setShort, setStringpublic IntegerRDBMSMapping(JavaTypeMapping mapping, RDBMSStoreManager storeMgr, Column col)
mapping - Java type mappingstoreMgr - Store Managercol - Columnpublic boolean isIntegerBased()
isIntegerBased in interface DatastoreMappingisIntegerBased in class AbstractDatastoreMappingpublic SQLTypeInfo getTypeInfo()
AbstractDatastoreMappinggetTypeInfo in class AbstractDatastoreMappingpublic void setChar(PreparedStatement ps, int param, char value)
DatastoreMappingvalue into ps
at position specified by paramIndex.setChar in interface DatastoreMappingsetChar in class AbstractDatastoreMappingps - PreparedStatementparam - the position of the value in the statementvalue - the valuepublic char getChar(ResultSet rs, int param)
DatastoreMappingresultSet
at position specified by exprIndex.getChar in interface DatastoreMappinggetChar in class AbstractDatastoreMappingrs - ResultSetparam - the position of the value in the resultpublic void setInt(PreparedStatement ps, int param, int value)
DatastoreMappingvalue into ps
at position specified by paramIndex.setInt in interface DatastoreMappingsetInt in class AbstractDatastoreMappingps - PreparedStatementparam - the position of the value in the statementvalue - the valuepublic int getInt(ResultSet rs, int param)
DatastoreMappingresultSet
at position specified by exprIndex.getInt in interface DatastoreMappinggetInt in class AbstractDatastoreMappingrs - ResultSetparam - the position of the value in the resultpublic void setLong(PreparedStatement ps, int param, long value)
DatastoreMappingvalue into ps
at position specified by paramIndex.setLong in interface DatastoreMappingsetLong in class AbstractDatastoreMappingps - PreparedStatementparam - the position of the value in the statementvalue - the valuepublic long getLong(ResultSet rs, int param)
DatastoreMappingresultSet
at position specified by exprIndex.getLong in interface DatastoreMappinggetLong in class AbstractDatastoreMappingrs - ResultSetparam - the position of the value in the resultpublic void setObject(PreparedStatement ps, int param, Object value)
DatastoreMappingvalue into ps
at position specified by paramIndex.setObject in interface DatastoreMappingsetObject in class AbstractDatastoreMappingps - PreparedStatementparam - the position of the value in the statementvalue - the valuepublic Object getObject(ResultSet rs, int param)
DatastoreMappingresultSet
at position specified by exprIndex.getObject in interface DatastoreMappinggetObject in class AbstractDatastoreMappingrs - ResultSetparam - the position of the value in the resultCopyright © 2015. All rights reserved.