6 lines
95 B
C++
6 lines
95 B
C++
#include "PgTablespace.h"
|
|
|
|
QString PgTablespace::typeName() const
|
|
{
|
|
return "TABLESPACE";
|
|
}
|