SPT RWT Application API

Uses of Class
com.sptci.rwt.ForeignKeyMetaData.Rule

Packages that use ForeignKeyMetaData.Rule
com.sptci.rwt A database abstraction API for analysing and interacting with relational databases using JDBC. 
 

Uses of ForeignKeyMetaData.Rule in com.sptci.rwt
 

Fields in com.sptci.rwt declared as ForeignKeyMetaData.Rule
private  ForeignKeyMetaData.Rule ForeignKeyMetaData.deleteRule
          The DELETE_RULE for this key.
private  ForeignKeyMetaData.Rule ForeignKeyMetaData.updateRule
          The UPDATE_RULE for this key.
 

Methods in com.sptci.rwt that return ForeignKeyMetaData.Rule
protected  ForeignKeyMetaData.Rule ForeignKeyAnalyser.processRule(short value)
          Process the update_rule/delete_rule values and match them with the appropriate ForeignKeyMetaData.Rule value.
static ForeignKeyMetaData.Rule ForeignKeyMetaData.Rule.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ForeignKeyMetaData.Rule[] ForeignKeyMetaData.Rule.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in com.sptci.rwt with parameters of type ForeignKeyMetaData.Rule
protected  void ForeignKeyMetaData.setDeleteRule(ForeignKeyMetaData.Rule deleteRule)
          Set ForeignKeyMetaData.deleteRule.
protected  void ForeignKeyMetaData.setUpdateRule(ForeignKeyMetaData.Rule updateRule)
          Set ForeignKeyMetaData.updateRule.
 


SPT RWT Application API