MySQL 8.0.40
Source Code Documentation
|
Top-level node for the DROP SPATIAL REFERENCE SYSTEM statement. More...
#include <parse_tree_nodes.h>
Public Member Functions | |
PT_drop_srs (unsigned long long srid, bool if_exists) | |
Sql_cmd * | make_cmd (THD *thd) override |
Private Attributes | |
Sql_cmd_drop_srs | sql_cmd |
The SQL command object. More... | |
unsigned long long | m_srid |
SRID of the SRS to drop. More... | |
Additional Inherited Members | |
Protected Member Functions inherited from Parse_tree_root | |
virtual | ~Parse_tree_root ()=default |
Parse_tree_root ()=default | |
Top-level node for the DROP SPATIAL REFERENCE SYSTEM statement.
|
inline |
Implements Parse_tree_root.
|
private |
SRID of the SRS to drop.
The range is larger than that of gis::srid_t, so it must be verified to be less than the uint32 maximum value.
|
private |
The SQL command object.