public class DB2DatalinkColumnMapping extends CharColumnMapping
column, mapping, storeMgr| Constructor and Description |
|---|
DB2DatalinkColumnMapping(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 DB2DatalinkColumnMapping(JavaTypeMapping mapping, RDBMSStoreManager storeMgr, Column col)
mapping - Java type mappingstoreMgr - Store Managercol - Columnprotected void initialize()
CharColumnMappinginitialize in class CharColumnMappingpublic int getJDBCType()
AbstractColumnMappinggetJDBCType in class CharColumnMappingpublic String getInsertionInputParameter()
AbstractColumnMappinggetInsertionInputParameter in interface ColumnMappinggetInsertionInputParameter in class AbstractColumnMappingpublic boolean includeInFetchStatement()
AbstractColumnMappingincludeInFetchStatement in class AbstractColumnMappingpublic String getUpdateInputParameter()
AbstractColumnMappinggetUpdateInputParameter in interface ColumnMappinggetUpdateInputParameter in class AbstractColumnMappingCopyright © 2020. All rights reserved.