Started with classes for keeping track of the database schema.

Class to represent the contents of pg_type catalog table.
This commit is contained in:
Eelke Klein 2017-01-25 06:52:02 +01:00
parent 202e6e431a
commit 424cbc9e2e
6 changed files with 192 additions and 0 deletions

5
pgtype.cpp Normal file
View file

@ -0,0 +1,5 @@
#include "pgtype.h"
#include "PgsqlConn.h"
PgType::PgType() = default;