# QueryResult.hpp

This File On Github
Ask A Question

API: latest
module: oatpp-postgresql
#include "oatpp-postgresql/QueryResult.hpp"

# QueryResult

Implementation of oatpp::orm::QueryResult. for PostgreSQL.

namespace oatpp { namespace postgresql { 
  class QueryResult : public orm::QueryResult {}
}}