|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.akiban.sql.views.ViewDefinition
public class ViewDefinition
| Constructor Summary | |
|---|---|
ViewDefinition(StatementNode parsed,
SQLParserContext parserContext)
|
|
ViewDefinition(String sql,
SQLParser parser)
Parse the given SQL as CREATE VIEW and remember the definition. |
|
| Method Summary | |
|---|---|
FromSubquery |
copySubquery(SQLParserContext parserContext)
Get the view as an equivalent subquery belonging to the given context. |
TableName |
getName()
Get the name of the view. |
String |
getQueryExpression()
Get the text of the view definition. |
ResultColumnList |
getResultColumns()
Get the result columns for this view. |
FromSubquery |
getSubquery()
Get the original subquery for binding. |
FromSubquery |
getSubquery(Visitor binder)
Deprecated. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ViewDefinition(String sql,
SQLParser parser)
throws StandardException
StandardException
public ViewDefinition(StatementNode parsed,
SQLParserContext parserContext)
throws StandardException
StandardException| Method Detail |
|---|
public TableName getName()
public String getQueryExpression()
public ResultColumnList getResultColumns()
public FromSubquery getSubquery()
public FromSubquery copySubquery(SQLParserContext parserContext)
throws StandardException
StandardException
@Deprecated
public FromSubquery getSubquery(Visitor binder)
throws StandardException
StandardExceptioncopySubquery(com.akiban.sql.parser.SQLParserContext)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||