org.sql.generation.api.grammar.definition.view
Class ViewCheckOption
java.lang.Object
org.sql.generation.api.grammar.definition.view.ViewCheckOption
public final class ViewCheckOption
- extends Object
View check option is typically either CASCADED or LOCAL.
- Author:
- Stanislav Muhametsin
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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.
ViewCheckOption
public ViewCheckOption()
Copyright © 2010-2012. All Rights Reserved.