public interface ConsInfo extends Formatable
Modifier and Type | Method and 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.
|
getTypeFormatId
SchemaDescriptor 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.13 Internals - Copyright © 2004,2016 The Apache Software Foundation. All Rights Reserved.