Package | Description |
---|---|
oracle.jbo.server |
Contains the implementation of middle tier components.
|
Modifier and Type | Class and Description |
---|---|
class |
AttrFinderParameter |
class |
ExprFinderParameter |
Modifier and Type | Method and Description |
---|---|
BoundParameter |
BoundParameters.addBoundParameter(DefElement elem) |
BoundParameter |
BoundParameters.addBoundParameterWithExpression(java.lang.String name,
java.lang.String expr) |
protected BoundParameter |
RowFinderParameters.createBoundParameter() |
protected BoundParameter |
BoundParameters.createBoundParameter() |
protected BoundParameter |
BoundParameters.getBoundParameter(java.lang.String name) |
Modifier and Type | Method and Description |
---|---|
java.util.List<BoundParameter> |
BoundParameters.getBoundParameters() |
java.util.ArrayList<BoundParameter> |
RowFinder.getRowFinderParameterList(boolean includeUnmappedVar)
Get a list of parameters for this RowFinder.
|
Modifier and Type | Method and Description |
---|---|
void |
BoundParameters.addBoundParameter(BoundParameter param)
Add a BoundParameter to the parameter list.
|
Constructor and Description |
---|
BoundParameter(BoundParameter param) |
BoundParameter(BoundParameter param,
boolean resolve) |