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

Packages that use MatchType
org.eclipse.datatools.modelbase.sql.constraints   
org.eclipse.datatools.modelbase.sql.constraints.impl   
 

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.
 

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

Methods in org.eclipse.datatools.modelbase.sql.constraints.impl that return MatchType
 MatchType SQLConstraintsFactoryImpl.createMatchTypeFromString(EDataType eDataType, java.lang.String initialValue)
           
 MatchType ForeignKeyImpl.getMatch()
           
 

Methods in org.eclipse.datatools.modelbase.sql.constraints.impl with parameters of type MatchType
 void ForeignKeyImpl.setMatch(MatchType newMatch)
           
 



Copyright © 2006 -- 2008 Actuate, IBM Corporation, Sybase, Inc. and others. All rights reserved.