public final class TableScope extends Object
GLOBAL_TEMPORARY or
LOCAL_TEMPORARY.TableDefinition| Modifier and Type | Field and Description |
|---|---|
static TableScope |
GLOBAL_TEMPORARY
This value represents the
GLOBAL TEMPORARY table. |
static TableScope |
LOCAL_TEMPORARY
This value represents the
LOCAL TEMPORARY table. |
| Constructor and Description |
|---|
TableScope() |
public static final TableScope GLOBAL_TEMPORARY
GLOBAL TEMPORARY table.public static final TableScope LOCAL_TEMPORARY
LOCAL TEMPORARY table.Copyright © 2010-2012. All Rights Reserved.