public class JdbcImportedKey extends Bean
SERIALIZED_CLASS_NAME, TYPE
XML_SERIALIZED_CLASS_NAME
Constructor and Description |
---|
JdbcImportedKey() |
addExceptionProperties, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
fromArrayValue, fromArrayValue, fromArrayValue, fromJson, fromJson, newInstanceFromRecord, newInstanceFromRecord, toArrayValue, toJson, toJson, toJson, toRecord
newInstanceFromJson
forEachGrandChildElement, fromXml, fromXml, fromXmlElement, getAttribute, getAttribute, getAttribute, getAttribute, getAttribute, getAttribute, getAttribute, getAttribute, getAttribute, getAttribute, getChildElement, getChildElements, newInstanceFromXml, newInstanceFromXml, setAttribute, toXml, toXml, toXml, toXml, toXml, toXmlElement, writeXml, writeXml
addExceptionProperties, contributeExceptionProperties, contributeExceptionProperties, exception, exception, exception
public JdbcTable getTable()
protected JdbcImportedKey setTable(JdbcTable table)
public String getQualifiedPrimaryKeyTable()
public String getQualifiedForiegnKeyTable()
public String getPrimaryKeyCatalogName()
public JdbcImportedKey setPrimaryKeyCatalogName(String primaryKeyCatalogName)
public String getPrimaryKeySchemaName()
public JdbcImportedKey setPrimaryKeySchemaName(String primaryKeySchemaName)
public String getPrimaryKeyTableName()
public JdbcImportedKey setPrimaryKeyTableName(String primaryKeyTableName)
public String getPrimaryKeyColumnName()
public JdbcImportedKey setPrimaryKeyColumnName(String primaryKeyColumnName)
public String getForiegnKeyCatalogName()
public JdbcImportedKey setForiegnKeyCatalogName(String foriegnKeyCatalogName)
public String getForiegnKeySchemaName()
public JdbcImportedKey setForiegnKeySchemaName(String foriegnKeySchemaName)
public String getForiegnKeyTableName()
public JdbcImportedKey setForiegnKeyTableName(String foriegnKeyTableName)
public String getForiegnKeyColumnName()
public JdbcImportedKey setForiegnKeyColumnName(String foriegnKeyColumnName)
public int getKeySequence()
public JdbcImportedKey setKeySequence(int keySequence)
public int getUpdateRule()
public JdbcImportedKey setUpdateRule(int updateRule)
public int getDeleteRule()
public JdbcImportedKey setDeleteRule(int deleteRule)
public String getForiegnKeyName()
public JdbcImportedKey setForiegnKeyName(String foriegnKeyName)
public String getPrimaryKeyName()
public JdbcImportedKey setPrimaryKeyName(String primaryKeyName)
public int getDeferrability()
public JdbcImportedKey setDeferrability(int deferrability)
public boolean isPrimaryKeyTable(JdbcTable table)
public boolean isForiegnKeyTable(JdbcTable table)
public Record toRecord()
toRecord
in interface RecordSerializable
toRecord
in class Bean
public JdbcImportedKey fromRecord(Record source)
RecordSerializable
this
(for fluid API call chaining).
For fluid API call chaining, the overridden method should change the declared return type to its class.fromRecord
in interface RecordSerializable
fromRecord
in class Bean
Copyright (c) 2006-2024 North Concepts Inc. All Rights Reserved.