Overload List

  NameDescription
Public methodGetForUpdateString(String)
Get the FOR UPDATE OF column_list fragment appropriate for this dialect given the aliases of the columns to be write locked.
(Overrides Dialect..::..GetForUpdateString(String).)
Public methodGetForUpdateString(LockMode)
Given a lock mode, determine the appropriate for update fragment to use.
(Inherited from Dialect.)

See Also