public class NCharRDBMSMapping extends CharRDBMSMapping
column, mapping, storeMgr| Constructor and Description |
|---|
NCharRDBMSMapping(JavaTypeMapping mapping,
RDBMSStoreManager storeMgr,
Column col) |
| 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
|
int |
getJDBCType()
Method to return the java.sql.Types type that this relates to.
|
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
|
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.
|
getJavaUtilDateFormat, initialize, isStringBasedequals, failureMessage, failureMessage, failureMessage, getByte, getColumn, getDatastoreAdapter, getDouble, getFloat, getInsertionInputParameter, getInt, getJavaTypeMapping, getLong, getShort, getTypeInfo, getUpdateInputParameter, hashCode, includeInFetchStatement, initTypeInfo, insertValuesOnInsert, isBitBased, isBooleanBased, isDecimalBased, isIntegerBased, isNullable, setByte, setDouble, setFloat, setInt, setLong, setShort, useDefaultWhenNullpublic NCharRDBMSMapping(JavaTypeMapping mapping, RDBMSStoreManager storeMgr, Column col)
public int getJDBCType()
AbstractDatastoreMappinggetJDBCType in class CharRDBMSMappingpublic void setChar(PreparedStatement ps, int param, char value)
setChar in interface DatastoreMappingsetChar in class CharRDBMSMappingps - The PreparedStatementparam - Parameter positionvalue - The value to setpublic char getChar(ResultSet rs, int param)
getChar in interface DatastoreMappinggetChar 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 setpublic String getString(ResultSet rs, int param)
getString in interface DatastoreMappinggetString in class CharRDBMSMappingrs - The Result Setparam - The parameter positionpublic void setBoolean(PreparedStatement ps, int param, boolean value)
setBoolean in interface DatastoreMappingsetBoolean in class CharRDBMSMappingps - The PreparedStatementparam - Parameter positionvalue - The value to setpublic boolean getBoolean(ResultSet rs, int param)
getBoolean in interface DatastoreMappinggetBoolean in class CharRDBMSMappingrs - The Result Setparam - The parameter positionpublic void setObject(PreparedStatement ps, int param, Object value)
setObject in interface DatastoreMappingsetObject in class CharRDBMSMappingps - The PreparedStatementparam - Parameter positionvalue - The value to setpublic Object getObject(ResultSet rs, int param)
getObject in interface DatastoreMappinggetObject in class CharRDBMSMappingrs - The Result Setparam - The parameter positionCopyright © 2019. All rights reserved.