FOSSology
4.4.0
Open Source License Compliance by Open Source Software
|
Holds the column related data for table creation. More...
Public Attributes | |
const char * | name |
const char * | type |
const char * | creationFlags |
Holds the column related data for table creation.
Definition at line 70 of file database.hpp.
const char* CopyrightDatabaseHandler::ColumnDef::creationFlags |
Special flags of the table column
Definition at line 74 of file database.hpp.
const char* CopyrightDatabaseHandler::ColumnDef::name |
Name of the table column
Definition at line 72 of file database.hpp.
const char* CopyrightDatabaseHandler::ColumnDef::type |
Data type of the table column
Definition at line 73 of file database.hpp.