Renamed PgsqlDatabaseCatalogue to PgDatabaseCatalogue so name is consistend

with other related classes.
This commit is contained in:
Eelke Klein 2017-08-26 11:44:40 +02:00
parent 52442a145d
commit 243f1c0a42
21 changed files with 491 additions and 61 deletions

View file

@ -1,4 +1,4 @@
#ifndef PGTYPECONTAINER_H
#ifndef PGTYPECONTAINER_H
#define PGTYPECONTAINER_H
#include <vector>
@ -15,7 +15,7 @@ class PgTypeContainer: public PgContainer<PgType> {
public:
// using t_Types = std::vector<PgType>; ///< Do not assume it will stay a vector only expect bidirectional access
explicit PgTypeContainer(PgsqlDatabaseCatalogue *cat);
explicit PgTypeContainer(PgDatabaseCatalogue *cat);
// t_Types::const_iterator begin() const { return m_types.begin(); }
// t_Types::const_iterator end() const { return m_types.end(); }