#include <parse_tree_nodes.h>
◆ super
◆ PT_select_stmt() [1/2]
- Parameters
-
pos | Position of this clause in the SQL statement. |
qe | The query expression. |
sql_command | The type of SQL command. |
◆ PT_select_stmt() [2/2]
Creates a SELECT command.
Only SELECT commands can have into.
- Parameters
-
pos | Position of this clause in the SQL statement. |
qe | The query expression. |
into | The own INTO destination. |
has_trailing_locking_clauses | True if there are locking clauses (like FOR UPDATE ) at the end of the statement. |
◆ get_printable_parse_tree()
std::string PT_select_stmt::get_printable_parse_tree |
( |
THD * |
thd | ) |
|
|
overridevirtual |
◆ make_cmd()
◆ m_has_trailing_locking_clauses
const bool PT_select_stmt::m_has_trailing_locking_clauses |
|
private |
◆ m_into
◆ m_qe
◆ m_sql_command
The documentation for this class was generated from the following files: