|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.sql.generation.api.grammar.definition.table.MatchType
public final class MatchType
This enum represents the three different ways of matching foreign keys. May be FULL, PARTIAL, or
SIMPLE.
| Field Summary | |
|---|---|
static MatchType |
FULL
Represents the full match ( MATCH FULL). |
static MatchType |
PARTIAL
Represents the partial match ( MATCH PARTIAL). |
static MatchType |
SIMPLE
Represents the simple match ( MATCH SIMPLE). |
| Constructor Summary | |
|---|---|
MatchType()
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final MatchType FULL
MATCH FULL).
public static final MatchType PARTIAL
MATCH PARTIAL).
public static final MatchType SIMPLE
MATCH SIMPLE).
| Constructor Detail |
|---|
public MatchType()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||