java.io.Externalizable, Formatable, java.io.Serializable, TypedFormatConstraintInfopublic interface ConsInfo extends Formatable
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.String[] |
getReferencedColumnNames() |
This ConsInfo describes columns in a referenced table.
|
TableDescriptor |
getReferencedTableDescriptor(DataDictionary dd) |
This ConsInfo describes columns in a referenced table.
|
java.lang.String |
getReferencedTableName() |
Get the name of the table that these column live in.
|
SchemaDescriptor |
getReferencedTableSchemaDescriptor(DataDictionary dd) |
This ConsInfo describes columns in a referenced table.
|
int |
getReferentialActionDeleteRule() |
Get the referential Action for a Delete.
|
int |
getReferentialActionUpdateRule() |
Get the referential Action for an Update.
|
getTypeFormatIdSchemaDescriptor getReferencedTableSchemaDescriptor(DataDictionary dd) throws StandardException
dd - data dictionary to search for schemaStandardException - thrown on oopsTableDescriptor getReferencedTableDescriptor(DataDictionary dd) throws StandardException
dd - data dictionary to search for tableStandardException - thrown on oopsjava.lang.String[] getReferencedColumnNames()
java.lang.String getReferencedTableName()
int getReferentialActionUpdateRule()
int getReferentialActionDeleteRule()
Apache Derby V10.14 Internals - Copyright © 2004,2018 The Apache Software Foundation. All Rights Reserved.