22 #include <drizzled/field.h>
42 enum_field_types type()
const
74 inline enum column_format_type column_format()
const
76 return (
enum column_format_type)
77 ((flags >> COLUMN_FORMAT_FLAGS) & COLUMN_FORMAT_MASK);
113 enum_field_types type,
115 const char *decimals,
116 uint32_t type_modifier,
119 List<String> *interval_list,
120 const charset_info_st*,
121 uint32_t uint_geom_type,
122 column_format_type column_format);
124 bool setDefaultValue(Item *default_value, Item *on_update_item);
127 std::ostream& operator<<(std::ostream&,
const CreateField&);