|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TableScope | |
|---|---|
| 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. |
| Uses of TableScope in org.sql.generation.api.grammar.builders.definition |
|---|
| Methods in org.sql.generation.api.grammar.builders.definition that return TableScope | |
|---|---|
TableScope |
TableDefinitionBuilder.getTableScope()
Returns the scope for this table. |
| Methods in org.sql.generation.api.grammar.builders.definition with parameters of type TableScope | |
|---|---|
TableDefinitionBuilder |
TableDefinitionBuilder.setTableScope(TableScope scope)
Sets the scope for this table. |
| Uses of TableScope in org.sql.generation.api.grammar.definition.table |
|---|
| Fields in org.sql.generation.api.grammar.definition.table declared as TableScope | |
|---|---|
static TableScope |
TableScope.GLOBAL_TEMPORARY
This value represents the GLOBAL TEMPORARY table. |
static TableScope |
TableScope.LOCAL_TEMPORARY
This value represents the LOCAL TEMPORARY table. |
| Methods in org.sql.generation.api.grammar.definition.table that return TableScope | |
|---|---|
TableScope |
TableDefinition.getTableScope()
Returns the table scope for this table. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||