| 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. |
| org.sql.generation.api.grammar.factories |
This package provides factories to create various builders and SQL syntax elements.
|
| Class and Description |
|---|
| ViewCheckOption
View check option is typically either
ViewCheckOption.CASCADED or ViewCheckOption.LOCAL. |
| ViewSpecification
This a common interface for view specification (typically column name list).
|
| Class and Description |
|---|
| ViewCheckOption
View check option is typically either
ViewCheckOption.CASCADED or ViewCheckOption.LOCAL. |
| ViewSpecification
This a common interface for view specification (typically column name list).
|
| Class and Description |
|---|
| RegularViewSpecification
This syntax element represents the column name list in view definition.
|
Copyright © 2010-2012. All Rights Reserved.