Overview of triggers extended with function name and arguments.
Did a lot of refactoring on the catalog to keep things clean.
This commit is contained in:
parent
35813ae926
commit
fcb191f2cc
44 changed files with 797 additions and 404 deletions
15
pglablib/PgServerObject.h
Normal file
15
pglablib/PgServerObject.h
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
#ifndef PGSERVEROBJECT_H
|
||||
#define PGSERVEROBJECT_H
|
||||
|
||||
#include <QString>
|
||||
#include "PgObject.h"
|
||||
|
||||
|
||||
/// Base object for objects that belong to a server
|
||||
class PgServerObject: public PgObject {
|
||||
public:
|
||||
using PgObject::PgObject;
|
||||
|
||||
};
|
||||
|
||||
#endif // PGSERVEROBJECT_H
|
||||
Loading…
Add table
Add a link
Reference in a new issue