| java.lang.Object org.apache.derby.impl.sql.execute.ConstraintInfo
ConstraintInfo | public class ConstraintInfo implements ConsInfo(Code) | | This is a simple class used to store the run time information
about a constraint.
author: jamie |
ConstraintInfo | public ConstraintInfo()(Code) | | Niladic constructor for Formattable
|
getReferencedColumnNames | public String[] getReferencedColumnNames()(Code) | | This ConsInfo describes columns in a referenced table. What are
their names?
array of referenced column names |
getReferencedTableName | public String getReferencedTableName()(Code) | | Get the name of the table that these column live in.
referenced table name |
getReferentialActionDeleteRule | public int getReferentialActionDeleteRule()(Code) | | Get the referential Action for a Delete.
referential Action Delete rule |
getReferentialActionUpdateRule | public int getReferentialActionUpdateRule()(Code) | | Get the referential Action for an Update.
referential Action for update |
getTypeFormatId | public int getTypeFormatId()(Code) | | Get the formatID which corresponds to this class.
the formatID of this class |
|
|