|
| sys_var_constrained_value_readonly (const char *name_arg, constrained_value< T > &value_arg) |
|
| sys_var_constrained_value_readonly (const char *name_arg, constrained_value< T > &value_arg, T default_value_arg) |
|
bool | is_readonly () const |
|
SHOW_TYPE | show_type () |
|
template<> |
SHOW_TYPE | show_type () |
|
template<> |
SHOW_TYPE | show_type () |
|
template<> |
SHOW_TYPE | show_type () |
|
template<> |
SHOW_TYPE | show_type () |
|
bool | update (Session *, set_var *var) |
|
template<> |
bool | update (Session *, set_var *var) |
|
template<> |
bool | update (Session *, set_var *var) |
|
bool | check_default (sql_var_t) |
|
void | set_default (Session *, sql_var_t) |
|
unsigned char * | value_ptr (Session *, sql_var_t) |
|
void | setName (const std::string &name_in) |
|
const std::string & | getName () const |
|
const std::vector< std::string > & | getAliases () const |
|
struct option * | getOptionLimits () const |
|
void | setOptionLimits (struct option *in_option_limits) |
|
sys_after_update_func | getAfterUpdateTrigger () const |
|
virtual bool | check (Session *session, set_var *var) |
|
bool | check_enum (Session *session, set_var *var, const TYPELIB *enum_names) |
|
virtual bool | check_type (sql_var_t type) |
|
virtual bool | check_update_type (Item_result type) |
|
Item * | item (Session *, sql_var_t) |
|
template<class T>
class drizzled::sys_var_constrained_value_readonly< T >
Definition at line 516 of file sys_var.h.