Banking_System_Server  1.0.0
Qt-based banking app for user/admin account management, transactions, secure server communication via PostgreSQL/Supabase.
dbresult.h File Reference

This file contains the declaration of the DbResult class, which represents a result set returned from a database query. More...

#include <QJsonArray>
#include <QJsonObject>
Include dependency graph for dbresult.h:
This graph shows which files directly or indirectly include this file:

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...
 

Detailed Description

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.