|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.akiban.sql.parser.QueryTreeNode
com.akiban.sql.parser.QueryTreeNodeList<FromTable>
com.akiban.sql.parser.FromList
public class FromList
A FromList represents the list of tables in a FROM clause in a DML statement. It extends QueryTreeNodeList.
| Field Summary |
|---|
| Fields inherited from class com.akiban.sql.parser.QueryTreeNode |
|---|
AUTOINCREMENT_CREATE_MODIFY, AUTOINCREMENT_INC_INDEX, AUTOINCREMENT_IS_AUTOINCREMENT_INDEX, AUTOINCREMENT_START_INDEX |
| Constructor Summary | |
|---|---|
FromList()
|
|
| Method Summary | |
|---|---|
void |
addFromTable(FromTable fromTable)
Add a table to the FROM list. |
void |
copyFrom(QueryTreeNode node)
Fill this node with a deep copy of the given node. |
void |
init(Object optimizeJoinOrder)
Initializer for a FromList |
void |
init(Object optimizeJoinOrder,
Object fromTable)
Initializer for a FromList |
void |
setProperties(Properties props)
Set the Properties list for this FromList. |
| Methods inherited from class com.akiban.sql.parser.QueryTreeNodeList |
|---|
add, add, addAll, clear, destructiveAddAll, get, getList, indexOf, isEmpty, iterator, printSubNodes, remove, remove, set, size |
| Methods inherited from class com.akiban.sql.parser.QueryTreeNode |
|---|
accept, convertDefaultNode, debugFlush, debugPrint, formatNodeString, getBeginOffset, getDebugOutput, getEndOffset, getNodeFactory, getNodeType, getNullNode, getParserContext, getStatementType, getUserData, init, init, init, init, init, init, init, init, init, init, init, init, isInstanceOf, makeTableName, makeTableName, nodeHeader, printLabel, setBeginOffset, setDebugOutput, setEndOffset, setNodeType, setParserContext, setUserData, stackPrint, toString, treePrint, treePrint, treePrint |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public FromList()
| Method Detail |
|---|
public void init(Object optimizeJoinOrder)
init in class QueryTreeNode
public void init(Object optimizeJoinOrder,
Object fromTable)
throws StandardException
init in class QueryTreeNodeStandardException - Thrown on error
public void copyFrom(QueryTreeNode node)
throws StandardException
copyFrom in class QueryTreeNodeList<FromTable>StandardException
public void addFromTable(FromTable fromTable)
throws StandardException
fromTable - A FromTable to add to the list
StandardException - Thrown on error
public void setProperties(Properties props)
throws StandardException
StandardException - Thrown on error
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||