|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.sql.generation.api.grammar.definition.table.TableScope
public final class TableScope
This enum is for table scope in table definition. The scope may be either GLOBAL_TEMPORARY or
LOCAL_TEMPORARY.
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 |
|---|
public static final TableScope GLOBAL_TEMPORARY
GLOBAL TEMPORARY table.
public static final TableScope LOCAL_TEMPORARY
LOCAL TEMPORARY table.
| Constructor Detail |
|---|
public TableScope()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||