Class TForUpdate

Object
gudusoft.gsqlparser.nodes.TParseTreeNode
gudusoft.gsqlparser.nodes.TForUpdate
All Implemented Interfaces:
Visitable, Iterator<TSourceToken>

public class TForUpdate extends TParseTreeNode
The FOR UPDATE clause lets you lock the selected rows so that other users cannot lock or update the rows until you end your transaction. This clause only in a top-level SELECT statement, not in subqueries.