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