| 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.view |
This package contains syntax interfaces required for
CREATE VIEW statement. |
| Modifier and Type | Method and Description |
|---|---|
ViewSpecification |
ViewDefinitionBuilder.getViewSpecification()
Returns the view specification.
|
| Modifier and Type | Method and Description |
|---|---|
ViewDefinitionBuilder |
ViewDefinitionBuilder.setViewSpecification(ViewSpecification spec)
Sets the view specification for this view.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
RegularViewSpecification
This syntax element represents the column name list in view definition.
|
| Modifier and Type | Method and Description |
|---|---|
ViewSpecification |
ViewDefinition.getViewSpecification()
Returns the view specification.
|
Copyright © 2010-2012. All Rights Reserved.