Oracle Data-aware Controls Reference

oracle.dacf.dataset
Interface LockingModeConstants

All Known Implementing Classes:
SessionInfo

public interface LockingModeConstants

Defines the various locking modes for rows supported by the framework.

The supported locking modes are:


Field Summary
static java.lang.String LOCK_NONE
          Do not attempt to lock the row at all.
static java.lang.String LOCK_OPTIMISTIC
          Attempt to lock the row at commit.
static java.lang.String LOCK_PESSIMISTIC
          Attempt to lock the row at update.
 

Field Detail

LOCK_NONE

public static final java.lang.String LOCK_NONE
Do not attempt to lock the row at all.

See Also:
Constant Field Values

LOCK_OPTIMISTIC

public static final java.lang.String LOCK_OPTIMISTIC
Attempt to lock the row at commit.

See Also:
Constant Field Values

LOCK_PESSIMISTIC

public static final java.lang.String LOCK_PESSIMISTIC
Attempt to lock the row at update.

See Also:
Constant Field Values

Oracle Data-aware Controls Reference

 

Copyright © 1997, 2003, Oracle. All rights reserved.