![]() |
MySQL 9.7.0
Source Code Documentation
|
Base class for regular (non-generated) column definition nodes. More...
#include <parse_tree_column_attrs.h>
Public Member Functions | |
| PT_field_def (const POS &pos, PT_type *type_node_arg, Mem_root_array< PT_column_attr_base * > *opt_attrs) | |
| bool | do_contextualize (Parse_context *pc_arg) override |
Public Member Functions inherited from PT_field_def_base | |
| bool | do_contextualize (Parse_context *pc) override |
Public Member Functions inherited from Parse_tree_node_tmpl< Context > | |
| virtual | ~Parse_tree_node_tmpl ()=default |
| bool | is_contextualized () const |
| void | set_contextualized () |
| 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... | |
Private Types | |
| typedef PT_field_def_base | super |
Private Attributes | |
| Mem_root_array< PT_column_attr_base * > * | opt_attrs |
Base class for regular (non-generated) column definition nodes.
|
private |
|
inline |
|
inlineoverride |
|
private |