![]() |
Banking_System_Server
1.0.0
Qt-based banking app for user/admin account management, transactions, secure server communication via PostgreSQL/Supabase.
|
This file contains the declaration of the DbResult class, which represents a result set returned from a database query. More...
#include <QJsonArray>
#include <QJsonObject>
Go to the source code of this file.
Classes | |
class | DB::DbResult |
The DbResult class represents a result set returned from a database query. More... | |
This file contains the declaration of the DbResult class, which represents a result set returned from a database query.
This class encapsulates the data returned from a database operation and provides methods to access and manipulate the result.