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 91 of file scancode_dbhandler.hpp.
const char* ScancodeDatabaseHandler::ColumnDef::creationFlags |
Special flags of the table column
Definition at line 95 of file scancode_dbhandler.hpp.
const char* ScancodeDatabaseHandler::ColumnDef::name |
Name of the table column
Definition at line 93 of file scancode_dbhandler.hpp.
const char* ScancodeDatabaseHandler::ColumnDef::type |
Data type of the table column
Definition at line 94 of file scancode_dbhandler.hpp.