#include <parse_tree_nodes.h>
|
| PT_json_table_column_with_path (const POS &pos, unique_ptr_destroy_only< Json_table_column > column, LEX_STRING name, PT_type *type, const CHARSET_INFO *collation) |
|
| ~PT_json_table_column_with_path () override |
|
bool | do_contextualize (Parse_context *pc) override |
|
Json_table_column * | get_column () override |
|
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...
|
|
◆ super
◆ PT_json_table_column_with_path()
◆ ~PT_json_table_column_with_path()
PT_json_table_column_with_path::~PT_json_table_column_with_path |
( |
| ) |
|
|
overridedefault |
◆ do_contextualize()
bool PT_json_table_column_with_path::do_contextualize |
( |
Parse_context * |
pc | ) |
|
|
override |
◆ get_column()
◆ m_collation
const CHARSET_INFO* PT_json_table_column_with_path::m_collation |
|
private |
◆ m_column
◆ m_name
const char* PT_json_table_column_with_path::m_name |
|
private |
◆ m_type
PT_type* PT_json_table_column_with_path::m_type |
|
private |
The documentation for this class was generated from the following files: