|
| PT_numeric_type (THD *thd, Numeric_type type_arg, const char *length, const char *dec, ulong options) |
|
| PT_numeric_type (THD *thd, Int_type type_arg, const char *length, ulong options) |
|
ulong | get_type_flags () const override |
|
const char * | get_length () const override |
|
const char * | get_dec () const override |
|
virtual const CHARSET_INFO * | get_charset () const |
|
virtual uint | get_uint_geom_type () const |
|
virtual List< String > * | get_interval_list () const |
|
virtual bool | is_serial_type () const |
|
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...
|
|
Node for numeric types.
Type list: NUMERIC, REAL, DOUBLE, DECIMAL and FIXED, INTEGER, INT, INT1, INT2, INT3, INT4, TINYINT, SMALLINT, MEDIUMINT and BIGINT.