FOSSology  4.4.0
Open Source License Compliance by Open Source Software
ScancodeDatabaseHandler::ColumnDef Struct Reference

Holds the column related data for table creation. More...

Collaboration diagram for ScancodeDatabaseHandler::ColumnDef:
Collaboration graph

Public Attributes

const char * name
 
const char * type
 
const char * creationFlags
 

Detailed Description

Holds the column related data for table creation.

Definition at line 91 of file scancode_dbhandler.hpp.

Member Data Documentation

◆ creationFlags

const char* ScancodeDatabaseHandler::ColumnDef::creationFlags

Special flags of the table column

Definition at line 95 of file scancode_dbhandler.hpp.

◆ name

const char* ScancodeDatabaseHandler::ColumnDef::name

Name of the table column

Definition at line 93 of file scancode_dbhandler.hpp.

◆ type

const char* ScancodeDatabaseHandler::ColumnDef::type

Data type of the table column

Definition at line 94 of file scancode_dbhandler.hpp.


The documentation for this struct was generated from the following file: