org.sql.generation.api.grammar.definition.view
Class ViewCheckOption

java.lang.Object
  extended by org.sql.generation.api.grammar.definition.view.ViewCheckOption

public final class ViewCheckOption
extends java.lang.Object

View check option is typically either CASCADED or LOCAL.

Author:
Stanislav Muhametsin

Field Summary
static ViewCheckOption CASCADED
          This is the cascaded view check option.
static ViewCheckOption LOCAL
          This is the local view check option.
 
Constructor Summary
ViewCheckOption()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CASCADED

public static final ViewCheckOption CASCADED
This is the cascaded view check option.


LOCAL

public static final ViewCheckOption LOCAL
This is the local view check option.

Constructor Detail

ViewCheckOption

public ViewCheckOption()


Copyright © 2010. All Rights Reserved.