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

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

Collaboration diagram for CopyrightDatabaseHandler::ColumnDef:
Collaboration graph

Public Attributes

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

Detailed Description

Holds the column related data for table creation.

See also
CopyrightDatabaseHandler::columns

Definition at line 70 of file database.hpp.

Member Data Documentation

◆ creationFlags

const char* CopyrightDatabaseHandler::ColumnDef::creationFlags

Special flags of the table column

Definition at line 74 of file database.hpp.

◆ name

const char* CopyrightDatabaseHandler::ColumnDef::name

Name of the table column

Definition at line 72 of file database.hpp.

◆ type

const char* CopyrightDatabaseHandler::ColumnDef::type

Data type of the table column

Definition at line 73 of file database.hpp.


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