umbrello  2.39.2
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  SPDX-License-Identifier: GPL-2.0-or-later
3  SPDX-FileCopyrightText: 2002-2021 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
4 */
5 
6 #ifndef POSTGRESQLWRITER_H
7 #define POSTGRESQLWRITER_H
8 
9 #include "sqlwriter.h"
10 
18 {
19  Q_OBJECT
20 public:
21 
23  virtual ~PostgreSQLWriter();
24 
26 
27  QStringList defaultDatatypes() const;
28 
29 protected:
30 
31  void printAutoIncrements(QTextStream& sql, UMLEntityAttributeList entAttList);
32 
33 };
34 
35 #endif // PostgreSQLWRITER_H
Definition: postgresqlwriter.h:18
virtual ~PostgreSQLWriter()
Definition: postgresqlwriter.cpp:20
Uml::ProgrammingLanguage::Enum language() const
Definition: postgresqlwriter.cpp:27
PostgreSQLWriter()
Definition: postgresqlwriter.cpp:16
QStringList defaultDatatypes() const
Definition: postgresqlwriter.cpp:35
void printAutoIncrements(QTextStream &sql, UMLEntityAttributeList entAttList)
Definition: postgresqlwriter.cpp:78
Definition: sqlwriter.h:26
Definition: umlentityattributelist.h:20
Enum
Definition: basictypes.h:291