MyBooks
Public Attributes | List of all members
DB_Books_record_type Struct Reference

#include <globals.hpp>

Public Attributes

int ID
 
int AuthKey
 Primary key INTEGER UNIQUE AUTOINCREMENT. More...
 
int LoanedKey
 Foreign key to Authors table ID. More...
 
int MediaKey
 Foreigh Key to Loaned book records in Loaned table ID. More...
 
QString Title
 Foreign Key to MediaType records ID. More...
 
QString Notes
 Actual title of book. More...
 

Member Data Documentation

◆ AuthKey

int DB_Books_record_type::AuthKey

Primary key INTEGER UNIQUE AUTOINCREMENT.

◆ ID

int DB_Books_record_type::ID

◆ LoanedKey

int DB_Books_record_type::LoanedKey

Foreign key to Authors table ID.

◆ MediaKey

int DB_Books_record_type::MediaKey

Foreigh Key to Loaned book records in Loaned table ID.

◆ Notes

QString DB_Books_record_type::Notes

Actual title of book.

◆ Title

QString DB_Books_record_type::Title

Foreign Key to MediaType records ID.


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