umbrello  2.32.0
Umbrello UML Modeller is a Unified Modelling Language (UML) diagram program based on KDE Technology
postgresqlwriter.h
Go to the documentation of this file.
1 /***************************************************************************
2  * This program is free software; you can redistribute it and/or modify *
3  * it under the terms of the GNU General Public License as published by *
4  * the Free Software Foundation; either version 2 of the License, or *
5  * (at your option) any later version. *
6  * *
7  * copyright (C) 2002-2020 *
8  * Umbrello UML Modeller Authors <umbrello-devel@kde.org> *
9  ***************************************************************************/
10 
11 #ifndef POSTGRESQLWRITER_H
12 #define POSTGRESQLWRITER_H
13 
14 #include "sqlwriter.h"
15 
23 {
24  Q_OBJECT
25 public:
26 
28  virtual ~PostgreSQLWriter();
29 
31 
32  QStringList defaultDatatypes();
33 
34 protected:
35 
36  void printAutoIncrements(QTextStream& sql, UMLEntityAttributeList entAttList);
37 
38 };
39 
40 #endif // PostgreSQLWRITER_H
Definition: sqlwriter.h:29
PostgreSQLWriter()
Definition: postgresqlwriter.cpp:21
Enum
Definition: basictypes.h:271
QStringList defaultDatatypes()
Definition: postgresqlwriter.cpp:40
Uml::ProgrammingLanguage::Enum language() const
Definition: postgresqlwriter.cpp:32
Definition: postgresqlwriter.h:22
Definition: umlentityattributelist.h:25
virtual ~PostgreSQLWriter()
Definition: postgresqlwriter.cpp:25
void printAutoIncrements(QTextStream &sql, UMLEntityAttributeList entAttList)
Definition: postgresqlwriter.cpp:83