Package org.sql.generation.api.grammar.definition.view

This package contains syntax interfaces required for CREATE VIEW statement.

See:
          Description

Interface Summary
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 Summary
ViewCheckOption View check option is typically either ViewCheckOption.CASCADED or ViewCheckOption.LOCAL.
 

Package org.sql.generation.api.grammar.definition.view Description

This package contains syntax interfaces required for CREATE VIEW statement.



Copyright © 2010. All Rights Reserved.