#include <parse_tree_nodes.h>
|
| PT_query_block_locking_clause (const POS &pos, Lock_strength strength, Locked_row_action action=Locked_row_action::WAIT) |
|
bool | set_lock_for_tables (Parse_context *pc) override |
|
| PT_locking_clause (const POS &pos, Lock_strength strength, Locked_row_action action) |
|
bool | do_contextualize (Parse_context *pc) final |
|
Locked_row_action | action () const |
|
virtual | ~Parse_tree_node_tmpl ()=default |
|
bool | is_contextualized () const |
|
virtual bool | contextualize (Context *pc) final |
|
void | error (Context *pc, const POS &pos) const |
| syntax_error() function replacement for deferred reporting of syntax errors More...
|
|
void | error (Context *pc, const POS &pos, const char *msg) const |
| syntax_error() function replacement for deferred reporting of syntax errors More...
|
|
void | errorf (Context *pc, const POS &pos, const char *format,...) const |
| syntax_error() function replacement for deferred reporting of syntax errors More...
|
|
◆ PT_query_block_locking_clause()
◆ set_lock_for_tables()
bool PT_query_block_locking_clause::set_lock_for_tables |
( |
Parse_context * |
pc | ) |
|
|
overridevirtual |
The documentation for this class was generated from the following files: