|
My Project
|
#include <field.h>
Public Member Functions | |
| Field_bit_as_char (uchar *ptr_arg, uint32 len_arg, uchar *null_ptr_arg, uchar null_bit_arg, enum utype unireg_check_arg, const char *field_name_arg) | |
| enum ha_base_keytype | key_type () const |
| type_conversion_status | store (const char *to, uint length, const CHARSET_INFO *charset) |
| type_conversion_status | store (double nr) |
| type_conversion_status | store (longlong nr, bool unsigned_val) |
| void | sql_type (String &str) const |
| Field_bit_as_char * | clone (MEM_ROOT *mem_root) const |
| Field_bit_as_char * | clone () const |
BIT field represented as chars for non-MyISAM tables.
| Field_bit_as_char* Field_bit_as_char::clone | ( | MEM_ROOT * | mem_root | ) | const [inline, virtual] |
Makes a shallow copy of the Field object.
| mem_root | MEM_ROOT to use for memory allocation. |
| NULL | If memory allocation failed. |
Reimplemented from Field_bit.
| Field_bit_as_char* Field_bit_as_char::clone | ( | ) | const [inline, virtual] |
Makes a shallow copy of the Field object.
| NULL | If memory allocation failed. |
Reimplemented from Field_bit.
1.7.6.1