![]()  | 
  
    MySQL 8.0.44
    
   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 (PT_type *type_node_arg, Mem_root_array< PT_column_attr_base * > *opt_attrs) | |
| bool | contextualize (Parse_context *pc_arg) override | 
  Public Member Functions inherited from PT_field_def_base | |
| bool | 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 | 
| virtual bool | contextualize (Context *pc) | 
| Do all context-sensitive things and mark the node as contextualized.  More... | |
| 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 |