pgLab/pglablib/catalog/PgAuthId.cpp

6 lines
81 B
C++

#include "PgAuthId.h"
QString PgAuthId::typeName() const
{
return "ROLE";
}