public class DB2DatalinkRDBMSMapping extends CharRDBMSMapping
column, mapping, storeMgr| Constructor and Description |
|---|
DB2DatalinkRDBMSMapping(JavaTypeMapping mapping,
RDBMSStoreManager storeMgr,
Column col)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getInsertionInputParameter()
Accessor for the string to put in any retrieval datastore statement for this field.
|
int |
getJDBCType()
Method to return the java.sql.Types type that this relates to.
|
String |
getUpdateInputParameter()
Accessor for the string to put in any update datastore statements for this field.
|
boolean |
includeInFetchStatement()
Whether this mapping is included in the fetch statement.
|
protected void |
initialize()
Method to initialise the column mapping.
|
getBoolean, getChar, getJavaUtilDateFormat, getObject, getString, isStringBased, setBoolean, setChar, setObject, setStringequals, failureMessage, failureMessage, failureMessage, getByte, getColumn, getDatastoreAdapter, getDouble, getFloat, getInt, getJavaTypeMapping, getLong, getShort, getTypeInfo, hashCode, initTypeInfo, insertValuesOnInsert, isBitBased, isBooleanBased, isDecimalBased, isIntegerBased, isNullable, setByte, setDouble, setFloat, setInt, setLong, setShort, useDefaultWhenNullpublic DB2DatalinkRDBMSMapping(JavaTypeMapping mapping, RDBMSStoreManager storeMgr, Column col)
mapping - Java type mappingstoreMgr - Store Managercol - Columnprotected void initialize()
CharRDBMSMappinginitialize in class CharRDBMSMappingpublic int getJDBCType()
AbstractDatastoreMappinggetJDBCType in class CharRDBMSMappingpublic String getInsertionInputParameter()
AbstractDatastoreMappinggetInsertionInputParameter in interface DatastoreMappinggetInsertionInputParameter in class AbstractDatastoreMappingpublic boolean includeInFetchStatement()
AbstractDatastoreMappingincludeInFetchStatement in class AbstractDatastoreMappingpublic String getUpdateInputParameter()
AbstractDatastoreMappinggetUpdateInputParameter in interface DatastoreMappinggetUpdateInputParameter in class AbstractDatastoreMappingCopyright © 2019. All rights reserved.