|  | 
|  | FlightEntry (const RowData_T &row_data) | 
|  | 
|  | FlightEntry (int row_id, const RowData_T &row_data) | 
|  | 
|  | Row (OPL::DbTable table_name, int row_id, const RowData_T &row_data) | 
|  | 
|  | Row (OPL::DbTable table_name, int row_id) | 
|  | 
|  | Row (OPL::DbTable table_name) | 
|  | 
|  | Row (const Row &)=default | 
|  | 
| Row & | operator= (const Row &)=default | 
|  | 
| RowData_T | getData () const | 
|  | 
| void | setData (const RowData_T &value) | 
|  | 
| int | getRowId () const | 
|  | 
| void | setRowId (int value) | 
|  | 
| OPL::DbTable | getTableName () const | 
|  | 
| bool | isValid () const | 
|  | 
|  | operator QString () const | 
|  | 
|  | 
| bool | hasData | 
|  | 
| bool | valid = true | 
|  | 
The documentation for this class was generated from the following files:
- src/database/row.h
- src/database/row.cpp