Created classes for loading constraints.
This commit is contained in:
parent
8a27a1166f
commit
1727b0d645
5 changed files with 223 additions and 2 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue