pgLab/pgsqldatabasecatalogue.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

6 lines
91 B
C++

#include "pgsqldatabasecatalogue.h"
PgsqlDatabaseCatalogue::PgsqlDatabaseCatalogue()
{
}