Package | Description |
---|---|
oracle.ifs.beans | |
oracle.ifs.server |
Modifier and Type | Method and Description |
---|---|
PreparedSelectorSpecification |
PreparedSelector.getPreparedSelectorSpecification()
Gets the complete PreparedSelectorSpecification.
|
Modifier and Type | Method and Description |
---|---|
protected int |
LibrarySession.DMGetPreparedSelectorItemCount(PreparedSelectorSpecification pss)
Invokes the identically-named remote S_LibrarySession method.
|
protected AttributeValueTable[] |
LibrarySession.DMGetPreparedSelectorResults(PreparedSelectorSpecification pss)
Invokes the identically-named remote S_LibrarySession method.
|
protected Vector |
LibrarySession.DMListPreparedSelectorItems(PreparedSelectorSpecification pss)
Invokes the identically-named remote S_LibrarySession method.
|
Constructor and Description |
---|
PreparedSelector(LibrarySession session,
PreparedSelectorSpecification pss)
Constructs a PreparedSelector.
|
TiePreparedSelector(LibrarySession session,
PreparedSelectorSpecification pss)
Constructs a TiePreparedSelector.
|
Modifier and Type | Method and Description |
---|---|
PreparedSelectorSpecification |
S_PreparedSelector.getPreparedSelectorSpecification()
Returns the PreparedSelectorSpecification that contains the settings.
|
Modifier and Type | Method and Description |
---|---|
int |
S_LibrarySession.DMGetPreparedSelectorItemCount(PreparedSelectorSpecification pss)
Constructs an S_PreparedSelector and gets its item count.
|
int |
S_LibrarySessionInterface.DMGetPreparedSelectorItemCount(PreparedSelectorSpecification pss) |
AttributeValueTable[] |
S_LibrarySession.DMGetPreparedSelectorResults(PreparedSelectorSpecification pss)
Constructs an S_PreparedSelector and gets its results.
|
AttributeValueTable[] |
S_LibrarySessionInterface.DMGetPreparedSelectorResults(PreparedSelectorSpecification pss) |
Vector |
S_LibrarySession.DMListPreparedSelectorItems(PreparedSelectorSpecification pss)
Constructs an S_PreparedSelector and gets its items.
|
Vector |
S_LibrarySessionInterface.DMListPreparedSelectorItems(PreparedSelectorSpecification pss) |
protected LibraryQueryStatement |
S_LibraryObjectSelector.getComplexQueryStatement(LibraryConnection lconn,
PreparedSelectorSpecification pss,
boolean countOnly)
Gets a statement for a complex query specified
by a PreparedSelectorSpecification.
|
protected LibraryQueryStatement |
S_LibraryObjectSelector.getSearchResultQueryStatement(LibraryConnection lconn,
PreparedSelectorSpecification pss)
Gets a statement for a query for "search results",
meaning specific columns are selected from the specified
search targets.
|
protected long |
S_LibraryObjectSelector.selectCount(PreparedSelectorSpecification pss)
Perform a complex "select count()" query for S_PreparedSelector,
using inputs from the specified PreparedSelectorSpecification.
|
protected Vector |
S_LibraryObjectSelector.selectObjects(PreparedSelectorSpecification pss)
Select objects for a S_PreparedSelector, using inputs from the specified
PreparedSelectorSpecification.
|
protected AttributeValueTable[] |
S_LibraryObjectSelector.selectResults(PreparedSelectorSpecification pss)
Select results for a S_PreparedSelector, using inputs from the specified
PreparedSelectorSpecification.
|
Constructor and Description |
---|
LibraryQueryStatement(LibraryConnection lconn,
PreparedSelectorSpecification pss,
boolean countOnly,
int maxCopies,
int effectiveMaxItemCount)
Constructs a LibraryQueryStatement for selecting LibraryObjects,
using a PreparedSelectorSpecification.
|
LibraryQueryStatement(LibraryConnection lconn,
PreparedSelectorSpecification pss,
int maxCopies,
int effectiveMaxItemCount)
Constructs a LibraryQueryStatement.
|
S_PreparedSelector(S_LibrarySession session,
PreparedSelectorSpecification spec)
Constructs a S_PreparedSelector.
|
S_TiePreparedSelector(S_LibrarySession session,
PreparedSelectorSpecification spec)
Constructs a S_TiePreparedSelector.
|
Copyright © 2025. All rights reserved.