|
std::string | name |
|
std::vector< DatabaseColumnInfo > | columns |
|
std::string | additional_constraints |
|
◆ DatabaseTable()
DatabaseTable::DatabaseTable |
( |
std::string |
name, |
|
|
std::vector< DatabaseColumnInfo > |
columns = {} , |
|
|
std::string |
additional_constraints = "" |
|
) |
| |
|
inlineexplicit |
Constructor for a table definition.
- Parameters
-
name | Table name |
columns | Column definitions of this table |
additional_constraints | Will be appended at the end. Use this for unique of multiple columns or join definitions |
The documentation for this class was generated from the following file: