CREATE VIEW statement.See: Description
| Interface | Description |
|---|---|
| RegularViewSpecification |
This syntax element represents the column name list in view definition.
|
| ViewDefinition |
This syntax element represents the
CREATE VIEW statement. |
| ViewSpecification |
This a common interface for view specification (typically column name list).
|
| Class | Description |
|---|---|
| ViewCheckOption |
View check option is typically either
ViewCheckOption.CASCADED or ViewCheckOption.LOCAL. |
CREATE VIEW statement.Copyright © 2010-2012. All Rights Reserved.