|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ConsInfo
This interface describes the columns in a referenced constraint. Added to be the protocol version of ConstraintInfo.
Method Summary | |
---|---|
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. |
Methods inherited from interface java.io.Externalizable |
---|
readExternal, writeExternal |
Methods inherited from interface org.apache.derby.iapi.services.io.TypedFormat |
---|
getTypeFormatId |
Method Detail |
---|
SchemaDescriptor getReferencedTableSchemaDescriptor(DataDictionary dd) throws StandardException
dd
- data dictionary to search for schema
StandardException
- thrown on oopsTableDescriptor getReferencedTableDescriptor(DataDictionary dd) throws StandardException
dd
- data dictionary to search for table
StandardException
- thrown on oopsjava.lang.String[] getReferencedColumnNames()
java.lang.String getReferencedTableName()
int getReferentialActionUpdateRule()
int getReferentialActionDeleteRule()
|
Built on Thu 2012-03-29 21:53:33+0000, from revision ??? | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |