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.
|
SQLTypeInfo |
getTypeInfo()
Accessor for the (SQL) type info for this datastore type.
|
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, setString
equals, failureMessage, failureMessage, failureMessage, getByte, getColumn, getDatastoreAdapter, getDouble, getFloat, getInt, getJavaTypeMapping, getLong, getShort, hashCode, initTypeInfo, insertValuesOnInsert, isBitBased, isBooleanBased, isDecimalBased, isIntegerBased, isNullable, setByte, setDouble, setFloat, setInt, setLong, setShort
public DB2DatalinkRDBMSMapping(JavaTypeMapping mapping, RDBMSStoreManager storeMgr, Column col)
mapping
- Java type mappingstoreMgr
- Store Managercol
- Columnprotected void initialize()
CharRDBMSMapping
initialize
in class CharRDBMSMapping
public SQLTypeInfo getTypeInfo()
AbstractDatastoreMapping
getTypeInfo
in class CharRDBMSMapping
public String getInsertionInputParameter()
AbstractDatastoreMapping
getInsertionInputParameter
in class AbstractDatastoreMapping
public boolean includeInFetchStatement()
AbstractDatastoreMapping
includeInFetchStatement
in class AbstractDatastoreMapping
public String getUpdateInputParameter()
AbstractDatastoreMapping
getUpdateInputParameter
in class AbstractDatastoreMapping
Copyright © 2015. All rights reserved.