SecondaryCursor
. Calling this method is the equivalent of calling {@link #openCursor} and casting the result to {@link SecondaryCursor}.
@param txn the transaction used to protect all operations performed withthe cursor, or null if the operations should not be transaction protected. If the database is non-transactional, null must be specified. For a transactional database, the transaction is optional for read-only access and required for read-write access.
@param cursorConfig The cursor attributes. If null, default attributesare used.
@return A secondary database cursor.
@throws EnvironmentFailureException if an unexpected, internal orenvironment-wide failure occurs.
@deprecated As of JE 4.0.13, replaced by {@link SecondaryDatabase#openCursor}.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|