public class NCharColumnMapping extends CharColumnMapping
column, mapping, storeMgr| Constructor and Description | 
|---|
| NCharColumnMapping(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 NCharColumnMapping(JavaTypeMapping mapping, RDBMSStoreManager storeMgr, Column col)
public int getJDBCType()
AbstractColumnMappinggetJDBCType in class CharColumnMappingpublic void setChar(PreparedStatement ps, int param, char value)
setChar in interface ColumnMappingsetChar in class CharColumnMappingps - The PreparedStatementparam - Parameter positionvalue - The value to setpublic char getChar(ResultSet rs, int param)
getChar in interface ColumnMappinggetChar in class CharColumnMappingrs - The Result Setparam - The parameter positionpublic void setString(PreparedStatement ps, int param, String value)
setString in interface ColumnMappingsetString in class CharColumnMappingps - The PreparedStatementparam - Parameter positionvalue - The value to setpublic String getString(ResultSet rs, int param)
getString in interface ColumnMappinggetString in class CharColumnMappingrs - The Result Setparam - The parameter positionpublic void setBoolean(PreparedStatement ps, int param, boolean value)
setBoolean in interface ColumnMappingsetBoolean in class CharColumnMappingps - The PreparedStatementparam - Parameter positionvalue - The value to setpublic boolean getBoolean(ResultSet rs, int param)
getBoolean in interface ColumnMappinggetBoolean in class CharColumnMappingrs - The Result Setparam - The parameter positionpublic void setObject(PreparedStatement ps, int param, Object value)
setObject in interface ColumnMappingsetObject in class CharColumnMappingps - The PreparedStatementparam - Parameter positionvalue - The value to setpublic Object getObject(ResultSet rs, int param)
getObject in interface ColumnMappinggetObject in class CharColumnMappingrs - The Result Setparam - The parameter positionCopyright © 2020. All rights reserved.