|
Oracle Content Management SDK | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LibraryConnection | |
oracle.ifs.server |
Uses of LibraryConnection in oracle.ifs.server |
Fields in oracle.ifs.server declared as LibraryConnection | |
protected LibraryConnection |
S_LibrarySessionTransactionManager.m_LibraryConnection
The LibraryConnection currently allocated to this S_LibrarySession. |
protected LibraryConnection |
S_LibraryServiceRdbmsEventExchanger.m_LibraryConnection
The LibraryConnection used for events. |
protected LibraryConnection |
LibraryQueryStatement.m_LibraryConnection
|
Methods in oracle.ifs.server that return LibraryConnection | |
protected LibraryConnection |
S_LibraryObject.getLibraryConnection()
return our DBSM connection. |
protected LibraryConnection |
S_LibrarySessionTransactionManager.getLibraryConnection()
Returns a LibraryConnection for this S_LibrarySession. |
LibraryConnection |
S_LibrarySession.getLibraryConnection()
Gets the LibraryConnection for this S_LibrarySession. |
LibraryConnection |
S_LibrarySession.acquireAuxiliaryLibraryConnection()
Acquires an auxiliary LibraryConnection for use by this S_LibrarySession. |
protected LibraryConnection |
ConnectionPool.acquireLibraryConnection()
Gets a LibraryConnection from this ConnectionPool. |
protected LibraryConnection |
LibraryQueryStatement.getLibraryConnection()
Gets the LibraryConnection for this LibraryQueryStatement. |
Methods in oracle.ifs.server with parameters of type LibraryConnection | |
protected void |
S_LibraryObject.addObjectAuditEntry(java.lang.Long auditId,
long operationType,
LibraryConnection lconn,
java.sql.Connection conn,
S_ClassObjectData clssdata)
New audit stuff |
protected LibraryQueryStatement |
S_LibraryObjectSelector.getSimpleQueryStatement(java.lang.String key,
LibraryConnection lconn,
java.lang.String whereClause,
SortSpecification sort,
int maxCopiesPerConnection)
|
protected LibraryQueryStatement |
S_LibraryObjectSelector.getSimpleCountQueryStatement(java.lang.String key,
LibraryConnection lconn,
java.lang.String whereClause,
int maxCopiesPerConnection)
|
protected LibraryQueryStatement |
S_LibraryObjectSelector.getSingletonSelectStatement(LibraryConnection lconn,
java.sql.Connection conn)
|
protected LibraryQueryStatement |
S_LibraryObjectSelector.getDetailSelectStatement(LibraryConnection lconn,
java.sql.Connection conn,
java.lang.String masterColumnName,
SortSpecification sort)
|
protected LibraryQueryStatement |
S_LibraryObjectSelector.getArrayReferencingObjectsStatement(LibraryConnection lconn,
java.sql.Connection conn,
AttributeValue referencedValue,
SortSpecification sort)
|
protected LibraryQueryStatement |
S_LibraryObjectSelector.getArrayReferencingObjectsCountStatement(LibraryConnection lconn,
java.sql.Connection conn,
AttributeValue referencedValue)
|
protected LibraryQueryStatement |
S_LibraryObjectSelector.getDetailSelectCountStatement(LibraryConnection lconn,
java.sql.Connection conn,
java.lang.String masterColumnName)
|
protected LibraryQueryStatement |
S_PublicObjectSelector.getRightObjectsSelectStatement(LibraryConnection lconn,
java.sql.Connection conn,
java.lang.Long leftId,
java.lang.String relClassName,
SortSpecification sort)
|
protected LibraryQueryStatement |
S_PublicObjectSelector.getRightObjectsCountSelectStatement(LibraryConnection lconn,
java.sql.Connection conn,
java.lang.Long leftId,
java.lang.String relClassName)
|
protected LibraryQueryStatement |
S_PublicObjectSelector.getLeftObjectsSelectStatement(LibraryConnection lconn,
java.sql.Connection conn,
java.lang.Long rightId,
java.lang.String relClassName,
SortSpecification sort)
|
protected LibraryQueryStatement |
S_PublicObjectSelector.getLeftObjectsCountSelectStatement(LibraryConnection lconn,
java.sql.Connection conn,
java.lang.Long rightId,
java.lang.String relClassName)
|
protected java.lang.Object |
S_Media.getObjectFromMediaForUpdate(java.lang.Long id,
LibraryConnection lconn)
this retrieves the content object from the appropriate media table. |
protected java.lang.Object |
S_Media.getObjectFromMedia(java.lang.Long id,
LibraryConnection lconn)
this retrieves the content object from the appropriate media table. |
protected java.lang.Object |
S_Media.getObjectFromMedia(java.lang.Long id,
boolean lockit,
LibraryConnection lconn)
this retrieves the content object from the appropriate media table. |
protected java.lang.Object |
S_Media.getObjectFromMedia(java.lang.Long id,
java.lang.String columnName,
boolean lockit,
LibraryConnection lconn)
this retrieves the content object from the appropriate media table. |
protected java.sql.PreparedStatement |
S_Media.getUpdateLastAccessStmt(LibraryConnection lconn)
Gets the statement to update the last access |
protected java.sql.PreparedStatement |
S_Media.getLockForLastAccessStmt(LibraryConnection lconn)
Gets the statement to lock for lastaccess update |
protected void |
S_Media.updateLastAccess(LibraryConnection lconn,
java.lang.Long id,
boolean alreadyLocked)
Locks (NO WAIT) the row if needed and then updates the LASTACCESS column |
protected java.sql.PreparedStatement |
S_Media.getSelectOldContentIdsStmt(LibraryConnection lconn,
java.lang.Integer[] contentTypes)
Gets the statement to select old content |
protected java.sql.PreparedStatement |
S_Media.getContentSelectStatement(boolean lockit,
java.lang.String columnName,
LibraryConnection lconn)
You can pass in a connection, if you wish this LOB Locator to exists outside of the default connection. |
protected java.sql.PreparedStatement |
S_Media.getMoveBfileToTempTblStatement(LibraryConnection lconn)
You can pass in a connection, if you wish this LOB Locator to exists outside of the default connection. |
protected java.sql.PreparedStatement |
S_Media.getContentTypeSelectStatement(LibraryConnection lconn)
You can pass in a connection, if you wish this LOB Locator to exists outside of the default connection. |
protected void |
S_Media.lockContentForSession(LibraryConnection lconn,
java.lang.Long id,
java.lang.Long sessionId)
session-locks a row in the media table. |
protected java.sql.PreparedStatement |
S_Media.getLockContentForSessionStatement(LibraryConnection lconn)
session-locks a row in the media table. |
protected void |
S_Media.unlockContentForSession(LibraryConnection lconn,
java.lang.Long id,
java.lang.Long newId)
clears a session-lock on a row in the media table and updates its Id (though sometimes to its existing value). |
protected java.sql.PreparedStatement |
S_Media.getUnlockContentForSessionStatement(LibraryConnection lconn)
unlocks a session-locked a row in the media table; also updates the id (though sometimes to the existing value). |
protected java.sql.PreparedStatement |
S_Media.getInsertStatement(LibraryConnection lconn)
|
protected void |
S_Media.deleteFileFromBfile(LibraryConnection lconn,
java.lang.Long id)
Called to Delete a File from a Bfile. |
protected java.sql.PreparedStatement |
S_Media.getDeleteStatement(LibraryConnection lconn)
|
protected void |
S_Media.triggerContextReindex(java.lang.Long contentId,
LibraryConnection lconn)
triggerContentReindex updates the corresponding row in the context router table (to itself) to cause a reindex of the content. |
protected static java.sql.PreparedStatement |
S_Media.getTempBfileSelectStatement(LibraryConnection lconn)
You must pass in a connection. |
protected java.sql.PreparedStatement |
S_Media.getDeleteTempBfileStatement(LibraryConnection lconn)
|
protected java.sql.CallableStatement |
S_MediaLob.getTrimStatement(LibraryConnection lconn)
|
protected java.sql.PreparedStatement |
S_MediaBlob.getUpdateToBfileStatement(LibraryConnection lconn,
java.lang.String tblName,
java.lang.String colName)
|
protected void |
S_MediaTextBlob.triggerContextReindex(java.lang.Long contentId,
LibraryConnection lconn)
triggerContentReindex updates the corresponding row in the context router table (to itself) to cause a reindex of the content. |
protected LibraryQueryStatement |
S_RelationshipSelector.getRelationshipSelectStatement(LibraryConnection lconn,
java.sql.Connection conn,
SortSpecification sort)
|
protected LibraryQueryStatement |
S_RelationshipSelector.getRelationshipSelectCountStatement(LibraryConnection lconn,
java.sql.Connection conn)
|
protected LibraryQueryStatement |
S_FolderSelector.getFoldersWithSubFoldersSelectStatement(LibraryConnection lconn,
java.sql.Connection conn,
java.lang.String relClassName,
SortSpecification sort)
|
static AttributeValue |
S_LibrarySession.getArrayTypeAttributeValue(AttributeValueArray av,
long objectId,
long attributeId,
long auditId,
S_LibrarySession session,
LibraryConnection lconn,
java.sql.Connection conn)
Gets a fully resolved array-type AttributeValue with non-transient elements that is a copy of the specified array-type AttributeValue. |
protected static java.sql.PreparedStatement |
S_LibrarySession.getNextSequenceQueryStatement(LibraryConnection lconn,
java.sql.Connection conn)
Gets the PreparedStatement to get the next available id value. |
protected static java.sql.PreparedStatement |
S_LibrarySession.getNextAuditSequenceQueryStatement(LibraryConnection lconn,
java.sql.Connection conn)
Gets the PreparedStatement to get the next available audit id value. |
protected java.sql.PreparedStatement |
S_LibrarySession.generateUpdateStatement(java.lang.String tableName,
S_ClassObjectData classData,
AttributeValue[] avs,
LibraryConnection lconn,
java.sql.Connection conn,
long id)
Generates an UPDATE statement for the specified object, classobject, and values. |
void |
S_LibrarySession.releaseAuxiliaryLibraryConnection(LibraryConnection lconn)
Releases an auxiliary LibraryConnection previously acquired by this LibrarySession. |
protected LibraryQueryStatement |
S_DirectoryUserSelector.getObjectByNameSelectStatement(LibraryConnection lconn,
java.sql.Connection conn)
|
protected LibraryQueryStatement |
S_DirectoryObjectSelector.getAllMembersSelectStatement(LibraryConnection lconn,
java.sql.Connection conn,
java.lang.Long groupId,
S_ClassObjectData relClass,
SortSpecification sort)
|
protected void |
ConnectionPool.releaseLibraryConnection(LibraryConnection lconn)
Releases the specified LibraryConnection back to this ConnectionPool. |
protected LibraryQueryStatement |
S_FolderPathRelationshipSelector.getSelectObjectByPathStatement(LibraryConnection lconn,
java.sql.Connection conn)
|
protected int |
FolderIndexService.getMaxLevel(LibraryConnection lc,
java.sql.Connection conn)
|
protected int |
FolderIndexService.getUpdateMode(LibraryConnection lc,
java.sql.Connection conn)
|
protected boolean |
FolderIndexService.isCreationDeferred(LibraryConnection lc,
java.sql.Connection conn)
|
Constructors in oracle.ifs.server with parameters of type LibraryConnection | |
LibraryQueryStatement(java.lang.String key,
LibraryConnection lconn,
java.lang.String[] aliases,
S_ClassObjectData[] classes,
boolean[] isPublic,
java.lang.String whereClause,
SortSpecification sort,
boolean countOnly,
int maxCopiesPerConnection)
standard constructor - used in Selector classes to construct a statement. |
|
LibraryQueryStatement(java.lang.String key,
LibraryConnection lconn,
java.lang.String[] aliases,
S_ClassObjectData[] classes,
boolean[] isPublic,
java.lang.String whereClause,
SortSpecification sort,
boolean countOnly,
boolean distinct,
int maxCopiesPerConnection)
Select DISTINCT variant constructor. |
|
Oracle Content Management SDK | |||||||||
PREV NEXT | FRAMES NO FRAMES |