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,7 +15,6 @@ public:
|
|||
using PgContainer<PgType>::PgContainer;
|
||||
|
||||
virtual std::string getLoadQuery() const override;
|
||||
virtual void load(const Pgsql::Result &res) override;
|
||||
|
||||
/** Searches for the type matching the specified oid.
|
||||
*
|
||||
|
|
@ -24,6 +23,8 @@ public:
|
|||
// const PgType& getTypeByOid(Oid oid) const;
|
||||
// const PgType& getTypeByName(const QString &name) const;
|
||||
// const PgType& getTypeByIdx(int idx) const;
|
||||
protected:
|
||||
virtual PgType loadElem(const Pgsql::Row &row) override;
|
||||
private:
|
||||
// PgType m_invalidType; ///< default constructed object for when a non existent type is being retrieved.
|
||||
// t_Types m_types; // Keep sorted by Oid
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue