|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
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 |
public SchemaDescriptor getReferencedTableSchemaDescriptor(DataDictionary dd)
throws StandardException
dd - data dictionary to search for schema
StandardException - thrown on oops
public TableDescriptor getReferencedTableDescriptor(DataDictionary dd)
throws StandardException
dd - data dictionary to search for table
StandardException - thrown on oopspublic java.lang.String[] getReferencedColumnNames()
public java.lang.String getReferencedTableName()
public int getReferentialActionUpdateRule()
public int getReferentialActionDeleteRule()
|
Built on Tue 2006-10-10 19:23:47+0200, from revision exported | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||