FOSSology
3.2.0rc1
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 82 of file database.hpp.
const char* CopyrightDatabaseHandler::ColumnDef::creationFlags |
Special flags of the table column
Definition at line 86 of file database.hpp.
const char* CopyrightDatabaseHandler::ColumnDef::name |
Name of the table column
Definition at line 84 of file database.hpp.
const char* CopyrightDatabaseHandler::ColumnDef::type |
Data type of the table column
Definition at line 85 of file database.hpp.