Make PgAuthId inherit PgServerObject and related changes.
This commit is contained in:
parent
c2c01cf431
commit
0b6c1a8544
8 changed files with 33 additions and 16 deletions
|
|
@ -4,6 +4,11 @@
|
|||
#include "Pgsql_declare.h"
|
||||
#include <QString>
|
||||
|
||||
/**
|
||||
* @brief The PgAm class
|
||||
*
|
||||
* AM = Access Method, for indexes
|
||||
*/
|
||||
class PgAm {
|
||||
public:
|
||||
Oid oid;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue