public class SmallIntRDBMSMapping extends AbstractDatastoreMapping
column, mapping, storeMgr| Constructor and Description |
|---|
SmallIntRDBMSMapping(JavaTypeMapping mapping,
RDBMSStoreManager storeMgr,
Column col) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
getBoolean(ResultSet rs,
int param)
Getter for when we are storing a boolean field as a SMALLINT.
|
byte |
getByte(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. |
short |
getShort(ResultSet rs,
int param)
Obtains a value from
resultSet
at position specified by exprIndex. |
SQLTypeInfo |
getTypeInfo()
Accessor for type info
|
boolean |
isIntegerBased()
Accessor for whether the mapping is integer-based.
|
void |
setBoolean(PreparedStatement ps,
int param,
boolean value)
Setter for when we are storing a boolean field as a SMALLINT.
|
void |
setByte(PreparedStatement ps,
int param,
byte 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. |
void |
setShort(PreparedStatement ps,
int param,
short value)
Sets a
value into ps
at position specified by paramIndex. |
equals, failureMessage, failureMessage, failureMessage, getChar, getColumn, getDatastoreAdapter, getDouble, getFloat, getInsertionInputParameter, getJavaTypeMapping, getString, getUpdateInputParameter, hashCode, includeInFetchStatement, initTypeInfo, insertValuesOnInsert, isBitBased, isBooleanBased, isDecimalBased, isNullable, isStringBased, setChar, setDouble, setFloat, setStringpublic SmallIntRDBMSMapping(JavaTypeMapping mapping, RDBMSStoreManager storeMgr, Column col)
public boolean isIntegerBased()
isIntegerBased in interface DatastoreMappingisIntegerBased in class AbstractDatastoreMappingpublic SQLTypeInfo getTypeInfo()
getTypeInfo in class AbstractDatastoreMappingpublic void setBoolean(PreparedStatement ps, int param, boolean value)
setBoolean in interface DatastoreMappingsetBoolean in class AbstractDatastoreMappingps - Prepared Statementparam - Number of the parameter in the statementvalue - The boolean valuepublic boolean getBoolean(ResultSet rs, int param)
getBoolean in interface DatastoreMappinggetBoolean in class AbstractDatastoreMappingrs - Result Set from which to get the booleanparam - Number of the parameter in the statementpublic void setShort(PreparedStatement ps, int param, short value)
DatastoreMappingvalue into ps
at position specified by paramIndex.setShort in interface DatastoreMappingsetShort in class AbstractDatastoreMappingps - PreparedStatementparam - the position of the value in the statementvalue - the valuepublic short getShort(ResultSet rs, int param)
DatastoreMappingresultSet
at position specified by exprIndex.getShort in interface DatastoreMappinggetShort 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 setByte(PreparedStatement ps, int param, byte value)
DatastoreMappingvalue into ps
at position specified by paramIndex.setByte in interface DatastoreMappingsetByte in class AbstractDatastoreMappingps - PreparedStatementparam - the position of the value in the statementvalue - the valuepublic byte getByte(ResultSet rs, int param)
DatastoreMappingresultSet
at position specified by exprIndex.getByte in interface DatastoreMappinggetByte 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.