| Package | Description |
|---|---|
| org.sql.generation.api.grammar.builders.definition |
This is package containing builders for syntax elements used in SQL Data Definition statements (typically
CREATE statements). |
| org.sql.generation.api.grammar.definition.table |
This package contains syntax interfaces for
CREATE TABLE statement. |
| Modifier and Type | Method and Description |
|---|---|
TableScope |
TableDefinitionBuilder.getTableScope()
Returns the scope for this table.
|
| Modifier and Type | Method and Description |
|---|---|
TableDefinitionBuilder |
TableDefinitionBuilder.setTableScope(TableScope scope)
Sets the scope for this table.
|
| Modifier and Type | Field and Description |
|---|---|
static TableScope |
TableScope.GLOBAL_TEMPORARY
This value represents the
GLOBAL TEMPORARY table. |
static TableScope |
TableScope.LOCAL_TEMPORARY
This value represents the
LOCAL TEMPORARY table. |
| Modifier and Type | Method and Description |
|---|---|
TableScope |
TableDefinition.getTableScope()
Returns the table scope for this table.
|
Copyright © 2010-2012. All Rights Reserved.