#include <PostgreSQLMetaData.h>
◆ PostgreSQLMetaData()
      
        
          | PostgreSQLMetaData::PostgreSQLMetaData | ( | std::string | db_name, | 
        
          |  |  | std::string | username, | 
        
          |  |  | std::string | password, | 
        
          |  |  | SchemaMetaData | schema | 
        
          |  | ) |  |  | 
      
 
 
◆ get_connection()
  
  | 
        
          | pqxx::connection* Postgres::PostgreSQLMetaData::get_connection | ( |  | ) | const |  | inline | 
 
 
◆ get_db_name()
  
  | 
        
          | std::string Postgres::PostgreSQLMetaData::get_db_name | ( |  | ) | const |  | inline | 
 
 
◆ get_password()
  
  | 
        
          | std::string Postgres::PostgreSQLMetaData::get_password | ( |  | ) | const |  | inline | 
 
 
◆ get_schema_meta_data()
  
  | 
        
          | SchemaMetaData Postgres::PostgreSQLMetaData::get_schema_meta_data | ( |  | ) | const |  | inline | 
 
 
◆ get_username()
  
  | 
        
          | std::string Postgres::PostgreSQLMetaData::get_username | ( |  | ) | const |  | inline | 
 
 
◆ conn
  
  | 
        
          | pqxx::connection* Postgres::PostgreSQLMetaData::conn |  | private | 
 
 
◆ db_name
  
  | 
        
          | std::string Postgres::PostgreSQLMetaData::db_name |  | private | 
 
 
◆ password
  
  | 
        
          | std::string Postgres::PostgreSQLMetaData::password |  | private | 
 
 
◆ schema_meta_data
◆ username
  
  | 
        
          | std::string Postgres::PostgreSQLMetaData::username |  | private | 
 
 
The documentation for this class was generated from the following files: