QxOrm  1.4.9
C++ Object Relational Mapping library

qx::dao::detail::QxSqlGenerator_PostgreSQL : SQL generator for PostgreSQL database More...

#include <QxSqlGenerator_PostgreSQL.h>

Inheritance diagram for qx::dao::detail::QxSqlGenerator_PostgreSQL:
qx::dao::detail::QxSqlGenerator_Standard qx::dao::detail::IxSqlGenerator

List of all members.

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

Detailed Description

qx::dao::detail::QxSqlGenerator_PostgreSQL : SQL generator for PostgreSQL database

Definition at line 56 of file QxSqlGenerator_PostgreSQL.h.


Constructor & Destructor Documentation

qx::dao::detail::QxSqlGenerator_PostgreSQL::QxSqlGenerator_PostgreSQL ( )
virtual qx::dao::detail::QxSqlGenerator_PostgreSQL::~QxSqlGenerator_PostgreSQL ( ) [virtual]

Member Function Documentation

virtual void qx::dao::detail::QxSqlGenerator_PostgreSQL::checkSqlInsert ( IxDao_Helper pDaoHelper,
QString &  sql 
) const [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]

The documentation for this class was generated from the following file: