|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MatchType | |
---|---|
org.eclipse.wst.rdb.internal.models.sql.constraints | |
org.eclipse.wst.rdb.internal.models.sql.constraints.impl |
Uses of MatchType in org.eclipse.wst.rdb.internal.models.sql.constraints |
---|
Fields in org.eclipse.wst.rdb.internal.models.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.wst.rdb.internal.models.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.wst.rdb.internal.models.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.wst.rdb.internal.models.sql.constraints.impl |
---|
Methods in org.eclipse.wst.rdb.internal.models.sql.constraints.impl that return MatchType | |
---|---|
MatchType |
SQLConstraintsFactoryImpl.createMatchTypeFromString(org.eclipse.emf.ecore.EDataType eDataType,
java.lang.String initialValue)
|
MatchType |
ForeignKeyImpl.getMatch()
|
Methods in org.eclipse.wst.rdb.internal.models.sql.constraints.impl with parameters of type MatchType | |
---|---|
void |
ForeignKeyImpl.setMatch(MatchType newMatch)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |