| 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 |
GenerationContext.getParseTree() |
ParseTree |
QueryNode.getParseTree() |
| Modifier and Type | Method and Description |
|---|---|
void |
GenerationContext.setParseTree(ParseTree parseTree) |
void |
QueryNode.setParseTree(ParseTree parseTree)
Set the 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 © 2024. All rights reserved.