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:
parent
202e6e431a
commit
424cbc9e2e
6 changed files with 192 additions and 0 deletions
5
pgtype.cpp
Normal file
5
pgtype.cpp
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
#include "pgtype.h"
|
||||
#include "PgsqlConn.h"
|
||||
|
||||
PgType::PgType() = default;
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue