Package | Description |
---|---|
oracle.ifs.beans | |
oracle.ifs.core.util | |
oracle.ifs.server |
Modifier and Type | Method and Description |
---|---|
ColumnDescriptor[] |
PreparedSelector.getColumnDescriptors()
Gets the column descriptors to use in the select statement.
|
Modifier and Type | Method and Description |
---|---|
protected AttributeValueTable[] |
LibrarySession.DMGetPreparedSelectorResults(String statementKey,
boolean distinct,
AttributeValue searchTarget,
AttributeValue[] auxSearchTargets,
ColumnDescriptor[] colDescs,
String[] bypassSecAliases,
String joinCondition,
String searchDefinition,
boolean recursive,
String language,
int maxItemCount,
int rowNumber,
String hint,
SortSpecification sort,
AttributeValue[] bindValues)
Invokes the identically-named remote S_LibrarySession method.
|
void |
PreparedSelector.setColumnDescriptors(ColumnDescriptor[] colDescs)
Sets the column descriptors to use in the select statement.
|
Modifier and Type | Method and Description |
---|---|
ColumnDescriptor[] |
PreparedSelectorGenerator.getColumnDescriptors()
Returns the Column descriptors.
|
Modifier and Type | Method and Description |
---|---|
void |
PreparedSelectorGenerator.addColumnDescriptor(ColumnDescriptor colDesc)
Adds a Column descriptor.
|
void |
PreparedSelectorGenerator.define(LibrarySession session,
AttributeValue primaryTarget,
AttributeValue[] auxTargets,
String joinCondition,
String searchCondition,
String sortCondition,
AttributeValue[] bindValues,
Boolean useExistsClause,
ColumnDescriptor[] colDescs)
Defines a PreparedSelectorGenerator.
|
void |
PreparedSelectorGenerator.define(LibrarySession session,
AttributeValue primaryTarget,
AttributeValue[] auxTargets,
String joinCondition,
String searchCondition,
String sortCondition,
AttributeValue[] bindValues,
Boolean useExistsClause,
ColumnDescriptor[] colDescs,
String[] bypassSecAliases)
Defines a PreparedSelectorGenerator.
|
void |
PreparedSelectorGenerator.setColumnDescriptors(ColumnDescriptor[] colDescs)
Sets the Column descriptors.
|
Modifier and Type | Method and Description |
---|---|
ColumnDescriptor[] |
S_PreparedSelector.getColumnDescriptors()
Gets the column descriptors to use in the select statement.
|
Modifier and Type | Method and Description |
---|---|
AttributeValueTable[] |
S_LibrarySession.DMGetPreparedSelectorResults(String statementKey,
boolean distinct,
AttributeValue searchTarget,
AttributeValue[] auxSearchTargets,
ColumnDescriptor[] colDescs,
String[] bypassSecAliases,
String joinCondition,
String searchDefinition,
boolean recursive,
String language,
int maxItemCount,
int rowNumber,
String hint,
SortSpecification sort,
AttributeValue[] bindValues)
Constructs an S_PreparedSelector and gets its results.
|
AttributeValueTable[] |
S_LibrarySessionInterface.DMGetPreparedSelectorResults(String statementKey,
boolean distinct,
AttributeValue searchTarget,
AttributeValue[] auxSearchTargets,
ColumnDescriptor[] colDescs,
String[] bypassSecAliases,
String joinCondition,
String searchDefinition,
boolean recursive,
String language,
int maxItemCount,
int rowNumber,
String hint,
SortSpecification sort,
AttributeValue[] bindValues) |
protected LibraryQueryStatement |
S_LibraryObjectSelector.getSearchResultQueryStatement(String key,
LibraryConnection lconn,
AttributeValue searchTarget,
AttributeValue[] auxTargets,
ColumnDescriptor[] colDescs,
String[] bypassSecAliases,
String joinCondition,
String whereClause,
SortSpecification sort,
String hint,
int maxCopies,
int maxItemCount)
Gets a statement for a query for "search results",
meaning specific columns are selected from the specified
search targets.
|
protected AttributeValueTable[] |
S_LibraryObjectSelector.selectResults(String key,
AttributeValue searchTarget,
AttributeValue[] auxTargets,
ColumnDescriptor[] colDescs,
String[] bypassSecAliases,
String joinCondition,
String whereClause,
SortSpecification sort,
int maxItemCount,
int rowNumber,
String language,
String hint,
AttributeValue[] bindValues)
Select results for a S_PreparedSelector.
|
void |
S_PreparedSelector.setColumnDescriptors(ColumnDescriptor[] colDescs)
Sets the column descriptors to use in the select statement.
|
Constructor and Description |
---|
LibraryQueryStatement(String key,
LibraryConnection lconn,
SearchTarget[] targets,
ColumnDescriptor[] colDescs,
String joinCondition,
String whereClause,
SortSpecification sort,
String hint,
int maxCopies,
int maxItemCount)
Constructs a LibraryQueryStatement.
|
Copyright © 2023. All rights reserved.