MCPcopy Create free account
hub / github.com/MariaDB/server / nullable

Method nullable

sql/sql_i_s.h:115–115  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

113 { }
114 const Lex_ident_column &name() const { return m_name; }
115 bool nullable() const { return m_nullability == NULLABLE; }
116 const Lex_ident_column &old_name() const { return m_old_name; }
117 enum_show_open_table open_method() const { return m_open_method; }
118 bool end_marker() const { return m_name.str == NULL; }

Callers 1

add_schema_fieldsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected