Package | Description |
---|---|
com.akiban.sql.parser |
Modifier and Type | Class and Description |
---|---|
class |
NodeFactoryImpl
Create new parser AST nodes.
|
Modifier and Type | Method and Description |
---|---|
NodeFactory |
QueryTreeNode.getNodeFactory()
Gets the NodeFactory for this database.
|
NodeFactory |
SQLParserContext.getNodeFactory()
Get a node factory.
|
NodeFactory |
SQLParser.getNodeFactory()
Get a node factory.
|
Modifier and Type | Method and Description |
---|---|
static TableName |
QueryTreeNode.makeTableName(NodeFactory nodeFactory,
SQLParserContext parserContext,
java.lang.String schemaName,
java.lang.String flatName) |
void |
SQLParser.setNodeFactory(NodeFactory nodeFactory)
Set the node factory.
|
Copyright © 2013. All Rights Reserved.