Database System 0.1.0
Advanced C++20 Database System with Multi-Backend Support
Loading...
Searching...
No Matches
database::orm::field_metadata Member List

This is the complete list of members for database::orm::field_metadata, including all inherited members.

constraints() constdatabase::orm::field_metadatainline
constraints_database::orm::field_metadataprivate
field_metadata(const std::string &name, const std::string &type_name, field_constraint constraints=field_constraint::none, const std::string &index_name="", const std::string &foreign_table="", const std::string &foreign_field="")database::orm::field_metadata
foreign_field() constdatabase::orm::field_metadatainline
foreign_field_database::orm::field_metadataprivate
foreign_table() constdatabase::orm::field_metadatainline
foreign_table_database::orm::field_metadataprivate
has_default_now() constdatabase::orm::field_metadatainline
has_index() constdatabase::orm::field_metadatainline
index_name() constdatabase::orm::field_metadatainline
index_name_database::orm::field_metadataprivate
is_auto_increment() constdatabase::orm::field_metadatainline
is_foreign_key() constdatabase::orm::field_metadatainline
is_not_null() constdatabase::orm::field_metadatainline
is_primary_key() constdatabase::orm::field_metadatainline
is_unique() constdatabase::orm::field_metadatainline
name() constdatabase::orm::field_metadatainline
name_database::orm::field_metadataprivate
to_sql_definition() constdatabase::orm::field_metadata
type_name() constdatabase::orm::field_metadatainline
type_name_database::orm::field_metadataprivate