# Connection.hpp

This File On Github
Ask A Question

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

# Connection

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

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

# Methods

Return Type Name Summary
PGconn* getHandle Get PostgreSQL native connection handle.

# Connection::getHandle

Get PostgreSQL native connection handle.

  • @return

virtual PGconn* getHandle() = 0