Renamed PgsqlDatabaseCatalogue to PgDatabaseCatalogue so name is consistend
with other related classes.
This commit is contained in:
parent
52442a145d
commit
243f1c0a42
21 changed files with 491 additions and 61 deletions
|
|
@ -1,4 +1,4 @@
|
|||
#ifndef PGDATABASECONTAINER_H
|
||||
#ifndef PGDATABASECONTAINER_H
|
||||
#define PGDATABASECONTAINER_H
|
||||
|
||||
#include <vector>
|
||||
|
|
@ -14,7 +14,7 @@ namespace Pgsql {
|
|||
|
||||
class PgDatabaseContainer: public PgContainer<PgDatabase> {
|
||||
public:
|
||||
explicit PgDatabaseContainer(PgsqlDatabaseCatalogue *cat);
|
||||
explicit PgDatabaseContainer(PgDatabaseCatalogue *cat);
|
||||
|
||||
std::string getLoadQuery() const;
|
||||
void load(const Pgsql::Result &res);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue