Class ExportedKey
java.lang.Object
com.aceql.jdbc.commons.main.metadata.CatalogAndSchema
com.aceql.jdbc.commons.main.metadata.ForeignKey
com.aceql.jdbc.commons.main.metadata.ExportedKey
public class ExportedKey extends ForeignKey
A SQL Foreign Key.
-
Field Summary
Fields inherited from class com.aceql.jdbc.commons.main.metadata.ForeignKey
importedKeyCascade, importedKeyInitiallyDeferred, importedKeyInitiallyImmediate, importedKeyNoAction, importedKeyNotDeferrable, importedKeyRestrict, importedKeySetDefault, importedKeySetNull -
Constructor Summary
Constructors Constructor Description ExportedKey() -
Method Summary
Methods inherited from class com.aceql.jdbc.commons.main.metadata.ForeignKey
equals, getDeferrability, getDeleteRule, getForeignKeyCatalog, getForeignKeyColumn, getForeignKeyName, getForeignKeySchema, getForeignKeyTable, getKeySequence, getPrimaryKeyColumn, getPrimaryKeyName, getPrimaryKeyTable, getUpdateRule, hashCode, toStringMethods inherited from class com.aceql.jdbc.commons.main.metadata.CatalogAndSchema
getCatalog, getSchema
-
Constructor Details
-
ExportedKey
public ExportedKey()
-