pgLab/pgtype.cpp
Eelke Klein 424cbc9e2e Started with classes for keeping track of the database schema.
Class to represent the contents of pg_type catalog table.
2017-01-25 06:53:30 +01:00

5 lines
76 B
C++

#include "pgtype.h"
#include "PgsqlConn.h"
PgType::PgType() = default;