public class S_TiePreparedSelector extends S_PreparedSelector
S_PreparedSelector| Constructor and Description | 
|---|
S_TiePreparedSelector(S_LibrarySession session)
Constructs a S_TiePreparedSelector. 
 | 
S_TiePreparedSelector(S_LibrarySession session,
                     PreparedSelectorSpecification spec)
Constructs a S_TiePreparedSelector. 
 | 
S_TiePreparedSelector(S_LibrarySession session,
                     String key,
                     boolean distinct,
                     AttributeValue searchTarget,
                     AttributeValue[] auxSearchTargets,
                     String[] bypassSecAliases,
                     String joinCondition,
                     String searchSelection,
                     SortSpecification sort,
                     boolean recursive,
                     String language,
                     int maxItemCount,
                     int rowNumber,
                     String hint,
                     AttributeValue[] bindValues)
Constructs a S_TiePreparedSelector. 
 | 
S_TiePreparedSelector(S_LibrarySession session,
                     String key,
                     boolean distinct,
                     AttributeValue searchTarget,
                     AttributeValue[] auxSearchTargets,
                     String searchSelection,
                     SortSpecification sort,
                     boolean recursive,
                     String language,
                     int maxItemCount,
                     int rowNumber,
                     String hint,
                     AttributeValue[] bindValues)
Constructs a S_TiePreparedSelector. 
 | 
S_TiePreparedSelector(S_LibrarySession session,
                     String key,
                     boolean distinct,
                     AttributeValue searchTarget,
                     AttributeValue[] auxSearchTargets,
                     String joinCondition,
                     String searchSelection,
                     SortSpecification sort,
                     boolean recursive,
                     String language,
                     int maxItemCount,
                     int rowNumber,
                     String hint,
                     AttributeValue[] bindValues)
Constructs a S_TiePreparedSelector. 
 | 
applySortSpecificationDefaults, getAuxiliarySearchTargets, getBindValues, getBypassSecurityAliases, getClassFromTarget, getColumnDescriptors, getHint, getItemCount, getItems, getJoinCondition, getMaxItemCount, getPreparedSelectorSpecification, getPrimarySearchAlias, getPrimarySearchClass, getPrimarySearchTarget, getSearchLanguage, getSearchResults, getSearchSelection, getSession, getSortSpecification, getStartingRowNumber, getStatementKey, isDistinct, isRecursiveSearch, setAuxiliarySearchTargets, setBindValues, setBypassSecurityAliases, setColumnDescriptors, setDistinct, setHint, setJoinCondition, setMaxItemCount, setPrimarySearchClass, setPrimarySearchTarget, setRecursiveSearch, setSearchLanguage, setSearchSelection, setSortSpecification, setStartingRowNumber, setStatementKeypublic S_TiePreparedSelector(S_LibrarySession session) throws IfsException
session - the current session.IfsException - if the operation failspublic S_TiePreparedSelector(S_LibrarySession session, PreparedSelectorSpecification spec) throws IfsException
session - the current sessionspec - the complete PreparedSelectorSpecificationIfsException - if the operation failspublic S_TiePreparedSelector(S_LibrarySession session, String key, boolean distinct, AttributeValue searchTarget, AttributeValue[] auxSearchTargets, String searchSelection, SortSpecification sort, boolean recursive, String language, int maxItemCount, int rowNumber, String hint, AttributeValue[] bindValues) throws IfsException
session - the current sessionkey - the statement keydistinct - whether to select with "distinct" clausesearchTarget - the primary search targetauxSearchTargets - the auxiliary search targetssearchSelection - the search selectionsort - the sort specificationrecursive - whether the search should include subclasseslanguage - the search language to usemaxItemCount - maximum number of items to selectrowNumber - the starting row number for the returned resultshint - the SQL hint to use for the main selectbindValues - the bind valuesIfsException - if the operation failspublic S_TiePreparedSelector(S_LibrarySession session, String key, boolean distinct, AttributeValue searchTarget, AttributeValue[] auxSearchTargets, String joinCondition, String searchSelection, SortSpecification sort, boolean recursive, String language, int maxItemCount, int rowNumber, String hint, AttributeValue[] bindValues) throws IfsException
session - the current sessionkey - the statement keydistinct - whether to select with "distinct" clausesearchTarget - the primary search targetauxSearchTargets - the auxiliary search targetsjoinCondition - the JOIN conditionsearchSelection - the search selectionsort - the sort specificationrecursive - whether the search should include subclasseslanguage - the search language to usemaxItemCount - maximum number of items to selectrowNumber - the starting row number for the returned resultshint - the SQL hint to use for the main selectbindValues - the bind valuesIfsException - if the operation failspublic S_TiePreparedSelector(S_LibrarySession session, String key, boolean distinct, AttributeValue searchTarget, AttributeValue[] auxSearchTargets, String[] bypassSecAliases, String joinCondition, String searchSelection, SortSpecification sort, boolean recursive, String language, int maxItemCount, int rowNumber, String hint, AttributeValue[] bindValues) throws IfsException
session - the current sessionkey - the statement keydistinct - whether to select with "distinct" clausesearchTarget - the primary search targetauxSearchTargets - the auxiliary search targetsbypassSecAliases - the aliases that indicates bypassing security for POsjoinCondition - the JOIN conditionsearchSelection - the search selectionsort - the sort specificationrecursive - whether the search should include subclasseslanguage - the search language to usemaxItemCount - maximum number of items to selectrowNumber - the starting row number for the returned resultshint - the SQL hint to use for the main selectbindValues - the bind valuesIfsException - if the operation failsCopyright © 2025. All rights reserved.