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, isStringBased
equals, 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
public NCharRDBMSMapping(JavaTypeMapping mapping, RDBMSStoreManager storeMgr, Column col)
public int getJDBCType()
AbstractDatastoreMapping
getJDBCType
in class CharRDBMSMapping
public void setChar(PreparedStatement ps, int param, char value)
setChar
in interface DatastoreMapping
setChar
in class CharRDBMSMapping
ps
- The PreparedStatementparam
- Parameter positionvalue
- The value to setpublic char getChar(ResultSet rs, int param)
getChar
in interface DatastoreMapping
getChar
in class CharRDBMSMapping
rs
- The Result Setparam
- The parameter positionpublic void setString(PreparedStatement ps, int param, String value)
setString
in interface DatastoreMapping
setString
in class CharRDBMSMapping
ps
- The PreparedStatementparam
- Parameter positionvalue
- The value to setpublic String getString(ResultSet rs, int param)
getString
in interface DatastoreMapping
getString
in class CharRDBMSMapping
rs
- The Result Setparam
- The parameter positionpublic void setBoolean(PreparedStatement ps, int param, boolean value)
setBoolean
in interface DatastoreMapping
setBoolean
in class CharRDBMSMapping
ps
- The PreparedStatementparam
- Parameter positionvalue
- The value to setpublic boolean getBoolean(ResultSet rs, int param)
getBoolean
in interface DatastoreMapping
getBoolean
in class CharRDBMSMapping
rs
- The Result Setparam
- The parameter positionpublic void setObject(PreparedStatement ps, int param, Object value)
setObject
in interface DatastoreMapping
setObject
in class CharRDBMSMapping
ps
- The PreparedStatementparam
- Parameter positionvalue
- The value to setpublic Object getObject(ResultSet rs, int param)
getObject
in interface DatastoreMapping
getObject
in class CharRDBMSMapping
rs
- The Result Setparam
- The parameter positionCopyright © 2017. All rights reserved.