| Package | Description | 
|---|---|
| oracle.ifs.beans | |
| oracle.ifs.common | |
| 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 | 
|---|---|
void | 
PreparedSelector.setColumnDescriptors(ColumnDescriptor[] colDescs)
Sets the column descriptors to use in the select statement. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static ColumnDescriptor | 
ColumnDescriptor.createForClassID(String colAlias,
                String targAlias)
Constructs a ColumnDescriptor for the CLASSID of the specified target alias. 
 | 
static ColumnDescriptor | 
ColumnDescriptor.createForEntireLibraryObject(LibrarySession session,
                            String colAlias,
                            String targAlias,
                            String classObjName)
Constructs a ColumnDescriptor for selecting an entire object for 
 a primary or auxiliary search target that represents a ClassObject. 
 | 
static ColumnDescriptor | 
ColumnDescriptor.createForEntireLibraryObject(String colAlias,
                            String targAlias,
                            ClassObject classObj)
Constructs a ColumnDescriptor for selecting an entire object for 
 a primary or auxiliary search target that represents a ClassObject. 
 | 
static ColumnDescriptor | 
ColumnDescriptor.createForID(String colAlias,
           String targAlias)
Constructs a ColumnDescriptor for the ID of the specified target alias. 
 | 
static ColumnDescriptor | 
ColumnDescriptor.createForNonAttribute(String colAlias,
                     String qualColumn,
                     int dataType)
Constructs a ColumnDescriptor for non-Attributes. 
 | 
static ColumnDescriptor | 
ColumnDescriptor.createForNonScalarAttribute(LibrarySession session,
                           String colAlias,
                           String targAlias,
                           String className,
                           String attrName,
                           String objIdAlias)
Constructs a ColumnDescriptor for a non-scalar Attribute,
 currently Attribute's whose data type is an array or map type. 
 | 
static ColumnDescriptor | 
ColumnDescriptor.createForNonScalarAttribute(String colAlias,
                           String targAlias,
                           Attribute attr,
                           String objIdAlias)
Constructs a ColumnDescriptor for a non-scalar Attribute,
 currently Attribute's whose data type is an array or map type. 
 | 
static ColumnDescriptor | 
ColumnDescriptor.createForScalarAttribute(LibrarySession session,
                        String colAlias,
                        String targAlias,
                        String className,
                        String attrName)
Constructs a ColumnDescriptor for a scalar Attribute. 
 | 
static ColumnDescriptor | 
ColumnDescriptor.createForScalarAttribute(String colAlias,
                        String targAlias,
                        Attribute attr)
Constructs a ColumnDescriptor for a scalar Attribute. 
 | 
ColumnDescriptor[] | 
PreparedSelectorSpecification.getColumnDescriptors()
Gets the column descriptors to use in the select statement. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
PreparedSelectorSpecification.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. 
 | 
ColumnDescriptor[] | 
PreparedSelectorGenerator.getOriginalColumnDescriptors()
Returns the original 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)
Deprecated. 
 
9.3.7.0: use individual setter methods to define the instance. 
 | 
void | 
PreparedSelectorGenerator.define(LibrarySession session,
      AttributeValue primaryTarget,
      AttributeValue[] auxTargets,
      String joinCondition,
      String searchCondition,
      String sortCondition,
      AttributeValue[] bindValues,
      Boolean useExistsClause,
      ColumnDescriptor[] colDescs,
      String[] bypassSecAliases)
Deprecated. 
 
9.3.7.0: use individual setter methods to define the instance. 
 | 
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 | 
|---|---|
void | 
S_PreparedSelector.setColumnDescriptors(ColumnDescriptor[] colDescs)
Sets the column descriptors to use in the select statement. 
 | 
Copyright © 2025. All rights reserved.