Package | Description |
---|---|
oracle.toplink.essentials.internal.parsing |
Modifier and Type | Class and Description |
---|---|
class |
EJBQLParseTree
INTERNAL
|
Modifier and Type | Field and Description |
---|---|
protected ParseTree |
GenerationContext.parseTree |
Modifier and Type | Method and Description |
---|---|
ParseTree |
QueryNode.getParseTree() |
ParseTree |
GenerationContext.getParseTree() |
Modifier and Type | Method and Description |
---|---|
void |
QueryNode.setParseTree(ParseTree parseTree)
Set the parseTree
|
void |
GenerationContext.setParseTree(ParseTree parseTree) |
Constructor and Description |
---|
GenerationContext(ParseTreeContext newContext,
AbstractSession newSession,
ParseTree newParseTree) |
SelectGenerationContext(GenerationContext outer,
ParseTree newParseTree)
Constructor used to create the context for a subquery.
|
SelectGenerationContext(ParseTreeContext newContext,
AbstractSession newSession,
ParseTree newParseTree) |
Copyright © 2022. All rights reserved.