Package | Description |
---|---|
oracle.jbo |
Contains interfaces for client-side applications.
|
oracle.jbo.common |
Contains the implementation of components shared by thin clients and the middle tier.
|
oracle.jbo.script | |
oracle.jbo.script.debug.client.model | |
oracle.jbo.script.debug.client.tree | |
oracle.jbo.server |
Contains the implementation of middle tier components.
|
Modifier and Type | Class and Description |
---|---|
class |
RowMatch
RowMatch is used to apply in-memory a qualifying
expression to rows in memory. |
Modifier and Type | Method and Description |
---|---|
ExprEval |
ExpressionDef.getEvaluator() |
ExprEval |
VariableImpl.getExprEval() |
ExprEval |
NamedObjectImpl.getPropertyExprEval(java.lang.String hintName) |
Modifier and Type | Method and Description |
---|---|
void |
ExpressionDef.useEvaluator(ExprEval eval) |
Modifier and Type | Method and Description |
---|---|
ExprEval |
ExprScriptSupplier.getGlobalOperationsEval()
Deprecated.
|
ExprEval |
OperationSupplier.getOperationEvaluator(java.lang.String methodName,
java.lang.Class... params) |
ExprEval |
OperationSupplier.getOperationEvaluatorWithArgs(java.lang.String methodName,
java.lang.Object... args) |
Modifier and Type | Method and Description |
---|---|
ExprEval |
ClassInfo.getEvaluator() |
Constructor and Description |
---|
ClassInfo(java.lang.String className,
java.lang.String ownerName,
java.lang.String type,
java.lang.String name,
java.lang.String attrName,
ExprEval evaluator) |
Modifier and Type | Method and Description |
---|---|
ExprEval |
ExpressionBrowserTreeNode.getEvaluator() |
Modifier and Type | Method and Description |
---|---|
void |
ExpressionBrowserTreeNode.setEvaluator(ExprEval exprEval) |
Modifier and Type | Class and Description |
---|---|
class |
RowQualifier |
Modifier and Type | Method and Description |
---|---|
ExprEval |
OperationDefinitionsImpl.getOperationEvaluator(java.lang.String name,
java.lang.Class... types) |
ExprEval |
OperationDefinitionsImpl.getOperationEvaluatorWithArgs(java.lang.String name,
java.lang.Object... args) |
ExprEval |
AttributeDefImpl.getTransientExprEval()
Deprecated.
since 11.1.1.4.0 Applications should not use this method
|