|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use NodeFactory | |
|---|---|
| com.akiban.sql.parser | |
| Uses of NodeFactory in com.akiban.sql.parser |
|---|
| Subclasses of NodeFactory in com.akiban.sql.parser | |
|---|---|
class |
NodeFactoryImpl
Create new parser AST nodes. |
| Methods in com.akiban.sql.parser that return NodeFactory | |
|---|---|
NodeFactory |
SQLParserContext.getNodeFactory()
Get a node factory. |
NodeFactory |
QueryTreeNode.getNodeFactory()
Gets the NodeFactory for this database. |
NodeFactory |
SQLParser.getNodeFactory()
Get a node factory. |
| Methods in com.akiban.sql.parser with parameters of type NodeFactory | |
|---|---|
static TableName |
QueryTreeNode.makeTableName(NodeFactory nodeFactory,
SQLParserContext parserContext,
String schemaName,
String flatName)
|
void |
SQLParser.setNodeFactory(NodeFactory nodeFactory)
Set the node factory. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||