FOSSology  3.2.0rc1
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 82 of file database.hpp.

Member Data Documentation

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.


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