Created classes for loading constraints.

This commit is contained in:
eelke 2017-12-20 22:01:42 +01:00
parent 8a27a1166f
commit 1727b0d645
5 changed files with 223 additions and 2 deletions

View file

@ -80,7 +80,9 @@ SOURCES += main.cpp\
PgContainer.cpp \
PgAttributeContainer.cpp \
PgIndex.cpp \
PgIndexContainer.cpp
PgIndexContainer.cpp \
PgConstraint.cpp \
PgConstraintContainer.cpp
HEADERS += \
QueryResultModel.h \
@ -132,7 +134,9 @@ HEADERS += \
PgAttribute.h \
PgAttributeContainer.h \
PgIndex.h \
PgIndexContainer.h
PgIndexContainer.h \
PgConstraint.h \
PgConstraintContainer.h
FORMS += mainwindow.ui \
DatabaseWindow.ui \