Package | Description |
---|---|
oracle.toplink.essentials.internal.parsing |
Modifier and Type | Class and Description |
---|---|
class |
DeleteNode
INTERNAL:
DeleteNode is a ModifyNode that represents an DeleteAllQuery
|
class |
ModifyNode
INTERNAL:
ModifyNode is the superclass for UpdateNode and DeleteNode
|
class |
SelectNode
INTERNAL
|
class |
UpdateNode
INTERNAL:
UpdateNode is a ModifyNode that represents an UpdateAllQuery
|
Modifier and Type | Method and Description |
---|---|
QueryNode |
ParseTree.getQueryNode()
INTERNAL
Return the root node for the tree
|
Modifier and Type | Method and Description |
---|---|
void |
ParseTree.setQueryNode(QueryNode newQueryNode)
INTERNAL
Set the Select node
|
Copyright © 2024. All rights reserved.