org.sql.generation.api.grammar.definition.table
Class TableScope
java.lang.Object
org.sql.generation.api.grammar.definition.table.TableScope
public final class TableScope
- extends Object
This enum is for table scope in table definition. The scope may be either GLOBAL_TEMPORARY or
LOCAL_TEMPORARY.
- Author:
- Stanislav Muhametsin
- See Also:
TableDefinition
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GLOBAL_TEMPORARY
public static final TableScope GLOBAL_TEMPORARY
- This value represents the
GLOBAL TEMPORARY table.
LOCAL_TEMPORARY
public static final TableScope LOCAL_TEMPORARY
- This value represents the
LOCAL TEMPORARY table.
TableScope
public TableScope()
Copyright © 2010-2011. All Rights Reserved.