Column definition.
More...
#include <DataTypes.h>
|
| | ColumnDefinition (std::string n, FieldType t, bool pk=false, bool nullable=true, std::string refTbl="", std::string refCol="") |
◆ ColumnDefinition()
| Xale::DataStructure::ColumnDefinition::ColumnDefinition |
( |
std::string | n, |
|
|
FieldType | t, |
|
|
bool | pk = false, |
|
|
bool | nullable = true, |
|
|
std::string | refTbl = "", |
|
|
std::string | refCol = "" ) |
|
inline |
◆ isNullable
| bool Xale::DataStructure::ColumnDefinition::isNullable |
◆ isPrimaryKey
| bool Xale::DataStructure::ColumnDefinition::isPrimaryKey |
◆ name
| std::string Xale::DataStructure::ColumnDefinition::name |
◆ refColumn
| std::string Xale::DataStructure::ColumnDefinition::refColumn |
Referenced column (FK), empty if none.
◆ refTable
| std::string Xale::DataStructure::ColumnDefinition::refTable |
Referenced table (FK), empty if none.
◆ type
| FieldType Xale::DataStructure::ColumnDefinition::type |
The documentation for this struct was generated from the following file: