![]() |
QxOrm
1.4.8
C++ Object Relational Mapping library
|
qx::dao::detail::QxSqlGenerator_PostgreSQL : SQL generator for PostgreSQL database More...
#include <QxSqlGenerator_PostgreSQL.h>
Public Member Functions | |
QxSqlGenerator_PostgreSQL () | |
virtual | ~QxSqlGenerator_PostgreSQL () |
virtual void | checkSqlInsert (IxDao_Helper *pDaoHelper, QString &sql) const |
virtual void | onAfterInsert (IxDao_Helper *pDaoHelper, void *pOwner) const |
Private Member Functions | |
void | initSqlTypeByClassName () const |
qx::dao::detail::QxSqlGenerator_PostgreSQL : SQL generator for PostgreSQL database
Definition at line 56 of file QxSqlGenerator_PostgreSQL.h.
qx::dao::detail::QxSqlGenerator_PostgreSQL::QxSqlGenerator_PostgreSQL | ( | ) |
virtual qx::dao::detail::QxSqlGenerator_PostgreSQL::~QxSqlGenerator_PostgreSQL | ( | ) | [virtual] |
virtual void qx::dao::detail::QxSqlGenerator_PostgreSQL::checkSqlInsert | ( | IxDao_Helper * | pDaoHelper, |
QString & | sql | ||
) | const [virtual] |
Reimplemented from qx::dao::detail::QxSqlGenerator_Standard.
void qx::dao::detail::QxSqlGenerator_PostgreSQL::initSqlTypeByClassName | ( | ) | const [private] |
virtual void qx::dao::detail::QxSqlGenerator_PostgreSQL::onAfterInsert | ( | IxDao_Helper * | pDaoHelper, |
void * | pOwner | ||
) | const [virtual] |
Reimplemented from qx::dao::detail::QxSqlGenerator_Standard.