![]() |
QxOrm
1.2.3
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 | onBeforeInsert (IxDao_Helper *pDaoHelper, void *pOwner) 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 50 of file QxSqlGenerator_PostgreSQL.h.
qx::dao::detail::QxSqlGenerator_PostgreSQL::QxSqlGenerator_PostgreSQL | ( | ) |
virtual qx::dao::detail::QxSqlGenerator_PostgreSQL::~QxSqlGenerator_PostgreSQL | ( | ) | [virtual] |
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.
virtual void qx::dao::detail::QxSqlGenerator_PostgreSQL::onBeforeInsert | ( | IxDao_Helper * | pDaoHelper, |
void * | pOwner | ||
) | const [virtual] |
Reimplemented from qx::dao::detail::QxSqlGenerator_Standard.