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

java.lang.Object
  extended by org.sql.generation.api.grammar.definition.table.TableScope

public final class TableScope
extends java.lang.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

Field Summary
static TableScope GLOBAL_TEMPORARY
          This value represents the GLOBAL TEMPORARY table.
static TableScope LOCAL_TEMPORARY
          This value represents the LOCAL TEMPORARY table.
 
Constructor Summary
TableScope()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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.

Constructor Detail

TableScope

public TableScope()


Copyright © 2010. All Rights Reserved.