public interface ViewDefinition extends SchemaDefinitionStatement, SchemaElement
CREATE VIEW statement.| Modifier and Type | Method and Description |
|---|---|
ViewCheckOption |
getViewCheckOption()
Returns the view check option.
|
TableNameDirect |
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. |
asTypeableBoolean isRecursive()
true if the view is defined to be RECURSIVE, false otherwise.true if the view is defined to be RECURSIVE, false otherwise.TableNameDirect getViewName()
ViewSpecification getViewSpecification()
ViewSpecificationQueryExpression getViewQuery()
ViewCheckOption getViewCheckOption()
null if none defined.null if none defined.ViewCheckOptionCopyright © 2010-2012. All Rights Reserved.