Uses of Enum Class
com.sap.cds.ql.cqn.CqnLock.Mode
Packages that use CqnLock.Mode
-
Uses of CqnLock.Mode in com.sap.cds.ql
Methods in com.sap.cds.ql with parameters of type CqnLock.ModeModifier and TypeMethodDescriptionSelect.lock(CqnLock.Mode mode) Creates a write lock on the selected rows for a default number of seconds specified by DB so that other queries cannot lock or change the data until current transaction is finished.Select.lock(CqnLock.Mode mode, int timeout) Creates a write lock on the selected rows so that other queries cannot lock or change the data until current transaction is finished. -
Uses of CqnLock.Mode in com.sap.cds.ql.cqn
Methods in com.sap.cds.ql.cqn that return CqnLock.ModeModifier and TypeMethodDescriptionCqnLock.mode()static CqnLock.ModeReturns the enum constant of this class with the specified name.static CqnLock.Mode[]CqnLock.Mode.values()Returns an array containing the constants of this enum class, in the order they are declared.