Added the list of installed language to the catalog. The ProcTableModel now returns the owner name and language name instead of the oids.
This commit is contained in:
parent
c0a11f9b3b
commit
f692569d27
11 changed files with 118 additions and 18 deletions
11
pglablib/catalog/PgLanguage.cpp
Normal file
11
pglablib/catalog/PgLanguage.cpp
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
#include "PgLanguage.h"
|
||||
|
||||
QString PgLanguage::createSql() const
|
||||
{
|
||||
throw std::exception("PgLanguage::createSql() not implemented");
|
||||
}
|
||||
|
||||
QString PgLanguage::dropSql() const
|
||||
{
|
||||
throw std::exception("PgLanguage::dropSql() not implemented");
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue