Package | Description |
---|---|
oracle.jbo |
Contains interfaces for client-side applications.
|
oracle.jbo.expr |
Contains the implementation of the expression evaluation used in ADF.
|
oracle.jbo.server |
Contains the implementation of middle tier components.
|
Modifier and Type | Method and Description |
---|---|
JIParserNode |
ExprEval.getParsedExpr()
*** For internal framework use only ***
|
Modifier and Type | Method and Description |
---|---|
void |
ExprEval.setParsedExpr(JIParserNode parsedExpr) |
Modifier and Type | Class and Description |
---|---|
class |
JIParserMethodNode |
class |
JIParserNodeCB |
class |
JIParserNodeRegExp |
class |
JIParserNodeSelect |
Modifier and Type | Field and Description |
---|---|
protected JIParserNode[] |
JIParserNodeSelect.mSelectNodes |
protected JIParserNode |
JIParserNodeSelect.mWhereClause |
Modifier and Type | Method and Description |
---|---|
void |
JIParserMethodNode.addParm(JIParserNode n) |
JIParserNodeSelect |
JIParserHelper.createNodeSelect(JIExpr expr, int nodeType, JIParserMethodNode selectList, JIParserMethodNode fromList, JIParserNode whereClause) |
JIParserNode |
JIParserNode.locateNode(JIParserNodeLocator locator, JIParserNode[] toExclude) |
JIParserNode |
JIParserNode.locateNodeOfType(int[] types, JIParserNode[] toExclude) |
boolean |
JIParserNodeLocator.nodeQualifies(JIParserNode node, JIParserNode[] toExclude) |
boolean |
JIParserNodeLocator.nodeQualifies(JIParserNode node, JIParserNode[] toExclude) |
void |
JIParserNode.setLeftChild(JIParserNode child) |
void |
JIParserNode.setRightChild(JIParserNode child) |
Constructor and Description |
---|
JIParserNodeCB(JIExpr expr, int nodeType, JIParserNode[] children) |
JIParserNodeRegExp(JIExpr expr, int nodeType, java.lang.String s, JIParserNode escapeChar) |
JIParserNodeSelect(JIExpr expr, int nodeType, JIParserMethodNode selectList, JIParserMethodNode fromList, JIParserNode whereClause) |
Modifier and Type | Class and Description |
---|---|
class |
ServerParserNodeSelect |
Modifier and Type | Method and Description |
---|---|
JIParserNodeSelect |
ServerParserHelper.createNodeSelect(JIExpr expr, int nodeType, JIParserMethodNode selectList, JIParserMethodNode fromList, JIParserNode whereClause) |
void |
ViewObjectOnRowSets.setSelectFromSources(RowSet rs, AttributeDefImpl[] baseAttrDefs, RowSet[] selectSources, java.lang.String[] fromSourceNames, RowSet[] fromSources, JIParserNode whereParserNode, JIValueSupplier valueSupplier) |
Constructor and Description |
---|
ServerParserNodeSelect(JIExpr expr, int nodeType, JIParserMethodNode selectList, JIParserMethodNode fromList, JIParserNode whereClause) |