org.sql.generation.api.grammar.definition.table
Class MatchType
java.lang.Object
org.sql.generation.api.grammar.definition.table.MatchType
public final class MatchType
- extends Object
This enum represents the three different ways of matching foreign keys. May be FULL, PARTIAL, or
SIMPLE.
- Author:
- Stanislav Muhametsin
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FULL
public static final MatchType FULL
- Represents the full match (
MATCH FULL).
PARTIAL
public static final MatchType PARTIAL
- Represents the partial match (
MATCH PARTIAL).
SIMPLE
public static final MatchType SIMPLE
- Represents the simple match (
MATCH SIMPLE).
MatchType
public MatchType()
Copyright © 2010-2012. All Rights Reserved.