Package | Description |
---|---|
oracle.ifs.search | |
oracle.ifs.server |
Modifier and Type | Method and Description |
---|---|
String |
SearchSpecification.explainPlan(S_Search srchObj,
S_LibrarySession sess,
Hashtable planDetails)
Returns the Query Plan for the Search.
|
Enumeration |
SearchSpecification.getSQL(S_Search srchObj,
S_LibrarySession s)
Returns the SQL for this Specification.
|
Enumeration |
SearchSpecification.getSQL(S_Search srchObj,
S_LibrarySession s,
Vector avs,
boolean searchCountOnly)
Returns the SQL for this Specification.
|
protected Enumeration |
AttributeSearchSpecification.getSQL(String prefix,
S_Search srchObj,
S_LibrarySession sess,
Vector avs,
boolean searchCountOnly)
Returns an Enumeration of PreparedStatements.
|
protected Enumeration |
ContextSearchSpecification.getSQL(String prefix,
S_Search srchObj,
S_LibrarySession sess,
Vector avs,
boolean searchCountOnly)
Returns an Enumeration of PreparedStatements.
|
protected abstract Enumeration |
SearchSpecification.getSQL(String prefix,
S_Search srchObj,
S_LibrarySession sess,
Vector avs,
boolean searchCountOnly)
Returns the SQL for this Specification.
|
protected int |
AttributeSearchSpecification.setSecurityParameters(S_LibrarySession sess,
PreparedStatement stmt,
S_Search srch,
int startIdx)
Sets the userid in the security clause, returns the bind offset,
which is passed to the bindVisitor.
|
Modifier and Type | Method and Description |
---|---|
S_Search |
S_SearchObject.getSearch()
Returns the S_Search object that is constructed using
the SearchSpecification in this object.
|
Copyright © 2023. All rights reserved.