Uses of Class
gudusoft.gsqlparser.nodes.TLockingClause
Packages that use TLockingClause
Package
Description
Provides the classes represents various SQL query parse tree node.
Provides the classes represent various SQL statements.
-
Uses of TLockingClause in gudusoft.gsqlparser.nodes
Methods in gudusoft.gsqlparser.nodes that return TLockingClauseMethods in gudusoft.gsqlparser.nodes that return types with arguments of type TLockingClauseMethods in gudusoft.gsqlparser.nodes with parameters of type TLockingClauseModifier and TypeMethodDescriptionvoidTLockingClauseList.addLockingClause(TLockingClause lockingClause) voidTParseTreeVisitor.postVisit(TLockingClause node) voidTParseTreeVisitor.preVisit(TLockingClause node) Method parameters in gudusoft.gsqlparser.nodes with type arguments of type TLockingClauseModifier and TypeMethodDescriptionvoidTSelectSqlNode.setLockingClauses(TPTNodeList<TLockingClause> lockingClauses) -
Uses of TLockingClause in gudusoft.gsqlparser.stmt
Methods in gudusoft.gsqlparser.stmt that return types with arguments of type TLockingClauseModifier and TypeMethodDescriptionTSelectSqlStatement.getLockingClauses()PostgreSQL, for update of, for read only.Method parameters in gudusoft.gsqlparser.stmt with type arguments of type TLockingClauseModifier and TypeMethodDescriptionvoidTSelectSqlStatement.setLockingClauses(TPTNodeList<TLockingClause> lockingClauses)