pg_classes can be loaded now, used in TablesTableModel for overview of tables in database.

This commit is contained in:
eelke 2017-12-10 10:35:46 +01:00
parent 43e6042794
commit 6466062cc8
23 changed files with 524 additions and 173 deletions

View file

@ -42,7 +42,6 @@ SOURCES += main.cpp\
util.cpp \
DatabaseInspectorWidget.cpp \
PgType.cpp \
PgDatabaseCatalogue.cpp \
PgTypeContainer.cpp \
TuplesResultWidget.cpp \
PgNamespace.cpp \
@ -69,7 +68,10 @@ PgDatabaseCatalogue.cpp \
ResultTableModelUtil.cpp \
BaseTableModel.cpp \
QueryParamListController.cpp \
TablesPage.cpp
TablesPage.cpp \
PgClassContainer.cpp \
TablesTableModel.cpp \
PgDatabaseCatalog.cpp
HEADERS += \
QueryResultModel.h \
@ -85,7 +87,6 @@ HEADERS += \
util.h \
DatabaseInspectorWidget.h \
PgType.h \
PgDatabaseCatalogue.h \
PgTypeContainer.h \
TuplesResultWidget.h \
PgNamespace.h \
@ -113,7 +114,10 @@ PgDatabaseCatalogue.h \
ResultTableModelUtil.h \
BaseTableModel.h \
QueryParamListController.h \
TablesPage.h
TablesPage.h \
PgClassContainer.h \
TablesTableModel.h \
PgDatabaseCatalog.h
FORMS += mainwindow.ui \
DatabaseWindow.ui \