Package | Description |
---|---|
oracle.toplink.essentials.internal.parsing | |
oracle.toplink.essentials.internal.parsing.ejbql |
Modifier and Type | Method and Description |
---|---|
EJBQLParseTree |
SubqueryNode.getParseTree() |
Modifier and Type | Method and Description |
---|---|
void |
SubqueryNode.setParseTree(EJBQLParseTree parseTree) |
Modifier and Type | Method and Description |
---|---|
static EJBQLParseTree |
EJBQLParser.buildParseTree(String queryText)
INTERNAL
Builds a parser, parses the specified query string and returns the
parse tree.
|
static EJBQLParseTree |
EJBQLParser.buildParseTree(String queryName,
String queryText)
INTERNAL
Builds a parser, parses the specified query string and returns the
parse tree.
|
EJBQLParseTree |
EJBQLParser.getParseTree()
INTERNAL
Returns the parse tree created by a successful run of the parse
method.
|
EJBQLParseTree |
EJBQLParser.parse()
INTERNAL
Parse the query string that was specified on parser creation.
|
Copyright © 2021. All rights reserved.