|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ViewDefinition
This syntax element represents the CREATE VIEW statement.
| Method Summary | |
|---|---|
ViewCheckOption |
getViewCheckOption()
Returns the view check option. |
TableName |
getViewName()
Returns the name of this view. |
QueryExpression |
getViewQuery()
Returns the query defining the contents for this view. |
ViewSpecification |
getViewSpecification()
Returns the view specification. |
Boolean |
isRecursive()
Returns true if the view is defined to be RECURSIVE, false otherwise. |
| Methods inherited from interface org.atp.api.Typeable |
|---|
getImplementedType |
| Methods inherited from interface org.sql.generation.api.grammar.definition.schema.SchemaElement |
|---|
asTypeable |
| Method Detail |
|---|
Boolean isRecursive()
true if the view is defined to be RECURSIVE, false otherwise.
true if the view is defined to be RECURSIVE, false otherwise.TableName getViewName()
ViewSpecification getViewSpecification()
ViewSpecificationQueryExpression getViewQuery()
ViewCheckOption getViewCheckOption()
null if none defined.
null if none defined.ViewCheckOption
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||