pgLab/pglablib/catalog/PgDatabase.cpp

6 lines
89 B
C++

#include "PgDatabase.h"
QString PgDatabase::typeName() const
{
return "DATABASE";
}