|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ViewSpecification | |
|---|---|
| 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. |
| Uses of ViewSpecification in org.sql.generation.api.grammar.builders.definition |
|---|
| Methods in org.sql.generation.api.grammar.builders.definition that return ViewSpecification | |
|---|---|
ViewSpecification |
ViewDefinitionBuilder.getViewSpecification()
Returns the view specification. |
| Methods in org.sql.generation.api.grammar.builders.definition with parameters of type ViewSpecification | |
|---|---|
ViewDefinitionBuilder |
ViewDefinitionBuilder.setViewSpecification(ViewSpecification spec)
Sets the view specification for this view. |
| Uses of ViewSpecification in org.sql.generation.api.grammar.definition.view |
|---|
| Subinterfaces of ViewSpecification in org.sql.generation.api.grammar.definition.view | |
|---|---|
interface |
RegularViewSpecification
This syntax element represents the column name list in view definition. |
| Methods in org.sql.generation.api.grammar.definition.view that return ViewSpecification | |
|---|---|
ViewSpecification |
ViewDefinition.getViewSpecification()
Returns the view specification. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||