|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
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_SIMPLE_LITERAL
The 'MATCH SIMPLE' literal object. |
static MatchType |
MatchType.MATCH_FULL_LITERAL
The 'MATCH FULL' literal object. |
static MatchType |
MatchType.MATCH_PARTIAL_LITERAL
The 'MATCH PARTIAL' literal object. |
Methods in org.eclipse.datatools.modelbase.sql.constraints that return MatchType | |
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. |
static MatchType |
MatchType.get(int value)
Returns the 'Match Type' literal with the specified integer value. |
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)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |