This website requires JavaScript.
Explore
Help
Sign in
eelke
/
pgLab
Watch
1
Star
0
Fork
You've already forked pgLab
0
Code
Issues
28
Pull requests
Projects
Releases
1
Packages
Wiki
Activity
Actions
2ce524276f
pgLab
/
pglablib
/
catalog
/
PgDatabase.cpp
7 lines
89 B
C++
Raw
Normal View
History
Unescape
Escape
Rework of catalog objects. Several of them are now inheriting from common base classes that implement common functionality.
2018-11-25 19:45:06 +01:00
#
include
"
PgDatabase.h
"
The catalogue now loads the list of databases en there is a table model that can show this data.
2017-02-12 14:03:42 +01:00
Added typeName function to PgObject as it might be useful for building generic functions.
2018-12-24 11:31:56 +01:00
QString
PgDatabase
:
:
typeName
(
)
const
{
return
"
DATABASE
"
;
}
Reference in a new issue
Copy permalink