Package | Description |
---|---|
oracle.ifs.server |
Modifier and Type | Field and Description |
---|---|
protected LibraryQueryStatement |
S_LibraryObjectCursor.m_LibraryQueryStatement |
Modifier and Type | Method and Description |
---|---|
LibraryQueryStatement |
LibraryConnection.acquireLibraryQueryStatement(String key)
Acquires an instance of the specified LibraryQueryStatement from the
LibraryQueryStatement cache.
|
protected LibraryQueryStatement |
S_DirectoryObjectSelector.getAllMembersSelectStatement(LibraryConnection lconn,
Connection conn,
Long groupId,
S_ClassObjectData relClass,
SortSpecification sort) |
protected LibraryQueryStatement |
S_LibraryObjectSelector.getComplexQueryStatement(String key,
LibraryConnection lconn,
boolean distinct,
AttributeValue searchTarget,
AttributeValue[] auxTargets,
String[] bypassSecAliases,
String joinCondition,
String whereClause,
SortSpecification sort,
String hint,
int maxCopies,
boolean countOnly,
int maxItemCount)
Gets a statement for a complex query.
|
protected LibraryQueryStatement |
S_LibraryObjectSelector.getComplexQueryStatement(String key,
LibraryConnection lconn,
boolean distinct,
AttributeValue searchTarget,
AttributeValue[] auxTargets,
String whereClause,
SortSpecification sort,
String hint,
int maxCopies,
boolean countOnly)
Gets a statement for a complex query.
|
protected LibraryQueryStatement |
S_FolderSelector.getFoldersWithSubFoldersSelectStatement(LibraryConnection lconn,
Connection conn,
String relClassName,
SortSpecification sort) |
protected LibraryQueryStatement |
S_PublicObjectSelector.getLeftObjectsCountSelectStatement(LibraryConnection lconn,
Connection conn,
Long rightId,
String relClassName) |
protected LibraryQueryStatement |
S_PublicObjectSelector.getLeftObjectsSelectStatement(LibraryConnection lconn,
Connection conn,
Long rightId,
String relClassName,
SortSpecification sort) |
LibraryQueryStatement |
S_LibraryObjectCursor.getLibraryQueryStatement() |
protected LibraryQueryStatement |
S_LockObjectSelector.getLockExpiredSelectStatement(LibraryConnection lconn,
Connection conn)
Get the prepared statement for expired locks
|
protected LibraryQueryStatement |
S_DirectoryUserSelector.getObjectByNameSelectStatement(LibraryConnection lconn,
Connection conn) |
protected LibraryQueryStatement |
S_RelationshipSelector.getRelationshipSelectCountStatement(LibraryConnection lconn,
Connection conn) |
protected LibraryQueryStatement |
S_RelationshipSelector.getRelationshipSelectStatement(LibraryConnection lconn,
Connection conn,
SortSpecification sort) |
protected LibraryQueryStatement |
S_PublicObjectSelector.getRightObjectsCountSelectStatement(LibraryConnection lconn,
Connection conn,
Long leftId,
String relClassName) |
protected LibraryQueryStatement |
S_PublicObjectSelector.getRightObjectsSelectStatement(LibraryConnection lconn,
Connection conn,
Long leftId,
String relClassName,
SortSpecification sort) |
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 LibraryQueryStatement |
S_FolderPathRelationshipSelector.getSelectObjectByPathStatement(LibraryConnection lconn,
Connection conn) |
protected LibraryQueryStatement |
S_LibraryObjectSelector.getSimpleCountQueryStatement(String key,
LibraryConnection lconn,
String whereClause,
int maxCopies)
Gets a statement for a simple "select count()" query.
|
protected LibraryQueryStatement |
S_LibraryObjectSelector.getSimpleQueryStatement(String key,
LibraryConnection lconn,
String whereClause,
SortSpecification sort,
int maxCopies)
Gets a statement for a simple query.
|
Modifier and Type | Method and Description |
---|---|
protected S_LibraryObjectCursor |
S_LibrarySession.createLibraryObjectCursor(LibraryQueryStatement lstmt,
ResultSet resultSet,
S_LibraryObjectSelector selector)
Creates a S_LibraryObjectCursor.
|
void |
LibraryConnection.releaseLibraryQueryStatement(LibraryQueryStatement lstmt)
Places the specified LibraryQueryStatement in the LibraryQueryStatement
cache.
|
Constructor and Description |
---|
S_LibraryObjectCursor(Long id,
S_LibrarySession session,
LibraryQueryStatement lstmt,
ResultSet resultSet,
S_LibraryObjectSelector selector) |
Copyright © 2023. All rights reserved.