MyBooks
Public Attributes | List of all members
DB_Authors_record_type Struct Reference

#include <globals.hpp>

Public Attributes

int ID
 
QString FirstName
 Primary Key INTEGER UNIQUE AUTOINCREMENT. More...
 
QString LastName
 First Name of author. More...
 
QString Notes
 Last Name of author. More...
 

Member Data Documentation

◆ FirstName

QString DB_Authors_record_type::FirstName

Primary Key INTEGER UNIQUE AUTOINCREMENT.

◆ ID

int DB_Authors_record_type::ID

◆ LastName

QString DB_Authors_record_type::LastName

First Name of author.

◆ Notes

QString DB_Authors_record_type::Notes

Last Name of author.


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