Uses of Class
org.eclipse.datatools.modelbase.sql.constraints.MatchType

Packages that use MatchType
org.eclipse.datatools.enablement.ase.catalog   
org.eclipse.datatools.modelbase.sql.constraints   
 

Uses of MatchType in org.eclipse.datatools.enablement.ase.catalog
 

Methods in org.eclipse.datatools.enablement.ase.catalog that return MatchType
 MatchType SybaseASECatalogForeignKey.getMatch()
           
 

Uses of MatchType in org.eclipse.datatools.modelbase.sql.constraints
 

Fields in org.eclipse.datatools.modelbase.sql.constraints declared as MatchType
static MatchType MatchType.MATCH_FULL_LITERAL
          The 'MATCH FULL' literal object.
static MatchType MatchType.MATCH_PARTIAL_LITERAL
          The 'MATCH PARTIAL' literal object.
static MatchType MatchType.MATCH_SIMPLE_LITERAL
          The 'MATCH SIMPLE' literal object.
 

Methods in org.eclipse.datatools.modelbase.sql.constraints that return MatchType
static MatchType MatchType.get(int value)
          Returns the 'Match Type' literal with the specified integer value.
static MatchType MatchType.get(java.lang.String literal)
          Returns the 'Match Type' literal with the specified literal value.
static MatchType MatchType.getByName(java.lang.String name)
          Returns the 'Match Type' literal with the specified name.
 MatchType ForeignKey.getMatch()
          Returns the value of the 'Match' attribute.
 

Methods in org.eclipse.datatools.modelbase.sql.constraints with parameters of type MatchType
 void ForeignKey.setMatch(MatchType value)
          Sets the value of the 'Match' attribute.