7 lines
93 B
C++
7 lines
93 B
C++
#include "PgCollation.h"
|
|
|
|
QString PgCollation::typeName() const
|
|
{
|
|
return "COLLATION";
|
|
}
|
|
|