org.sql.generation.api.grammar.definition.table
Class MatchType

java.lang.Object
  extended by 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

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

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).

Constructor Detail

MatchType

public MatchType()


Copyright © 2010-2012. All Rights Reserved.