Package | Description |
---|---|
oracle.ifs.beans | |
oracle.ifs.common | |
oracle.ifs.core.tools.script | |
oracle.ifs.core.util |
Modifier and Type | Class and Description |
---|---|
class |
TiePreparedSelector
TiePreparedSelector allows the Oracle-defined behavior of the
PreparedSelector class to be extended or overridden.
|
Modifier and Type | Field and Description |
---|---|
protected PreparedSelector |
UncachedPreparedSelectorCollection.m_Selector
The PreparedSelector used to obtain the items in this Collection
(if this is a collection of LibraryObjects).
|
Constructor and Description |
---|
UncachedPreparedSelectorCollection(PreparedSelector sel,
String className,
String getItemsClause,
int maxRecentItems)
Constructs a collection of LibraryObjects.
|
Modifier and Type | Method and Description |
---|---|
protected String |
ScriptOperations.determinePrimaryObjectColumnAlias(PreparedSelector sel)
Determine the column alias that is defined for the entire object
corresponding to the Primary search target, if any.
|
void |
ScriptOperations.showPreparedSelector(PreparedSelector sel)
Show details about a PreparedSelector.
|
void |
ScriptOperations.showPreparedSelector(PreparedSelector sel,
boolean showBindVals)
Show details about a PreparedSelector.
|
Modifier and Type | Method and Description |
---|---|
PreparedSelector |
JsonPreparedSelector.getPreparedSelector()
Gets the PreparedSelector representation of the search definition.
|
PreparedSelector |
PreparedSelectorGenerator.getPreparedSelector()
Gets the generated PreparedSelector.
|
Modifier and Type | Method and Description |
---|---|
void |
JsonPreparedSelector.define(PreparedSelectorGenerator psGen,
PreparedSelector psel)
Define the JsonPreparedSelector from PreparedSelectorGenerator
and associated PreparedSelector definitions.
|
Constructor and Description |
---|
JsonPreparedSelector(PreparedSelectorGenerator psGen,
PreparedSelector psel)
Constructs a JsonPreparedSelector from PreparedSelectorGenerator
and associated PreparedSelector definitions.
|
Copyright © 2023. All rights reserved.