QCAD Application Framework
CAD Application Development and Automation.
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
QtScriptShell_QSqlDriver Class Reference

#include <qtscriptshell_QSqlDriver.h>

List of all members.

Public Member Functions

bool beginTransaction ()
bool beginTransaction ()
void childEvent (QChildEvent *arg__1)
void childEvent (QChildEvent *arg__1)
void close ()
void close ()
bool commitTransaction ()
bool commitTransaction ()
QSqlResult * createResult () const
QSqlResult * createResult () const
void customEvent (QEvent *arg__1)
void customEvent (QEvent *arg__1)
QString escapeIdentifier (const QString &identifier, QSqlDriver::IdentifierType type) const
QString escapeIdentifier (const QString &identifier, QSqlDriver::IdentifierType type) const
bool event (QEvent *arg__1)
bool event (QEvent *arg__1)
bool eventFilter (QObject *arg__1, QEvent *arg__2)
bool eventFilter (QObject *arg__1, QEvent *arg__2)
QString formatValue (const QSqlField &field, bool trimStrings=false) const
QString formatValue (const QSqlField &field, bool trimStrings=false) const
QVariant handle () const
QVariant handle () const
bool hasFeature (QSqlDriver::DriverFeature f) const
bool hasFeature (QSqlDriver::DriverFeature f) const
bool isOpen () const
bool isOpen () const
bool open (const QString &db, const QString &user=QString(), const QString &password=QString(), const QString &host=QString(), int port=-1, const QString &connOpts=QString())
bool open (const QString &db, const QString &user=QString(), const QString &password=QString(), const QString &host=QString(), int port=-1, const QString &connOpts=QString())
QSqlIndex primaryIndex (const QString &tableName) const
QSqlIndex primaryIndex (const QString &tableName) const
 QtScriptShell_QSqlDriver (QObject *parent=0)
 QtScriptShell_QSqlDriver (QObject *parent=0)
QSqlRecord record (const QString &tableName) const
QSqlRecord record (const QString &tableName) const
bool rollbackTransaction ()
bool rollbackTransaction ()
void setLastError (const QSqlError &e)
void setLastError (const QSqlError &e)
void setOpen (bool o)
void setOpen (bool o)
void setOpenError (bool e)
void setOpenError (bool e)
QString sqlStatement (QSqlDriver::StatementType type, const QString &tableName, const QSqlRecord &rec, bool preparedStatement) const
QString sqlStatement (QSqlDriver::StatementType type, const QString &tableName, const QSqlRecord &rec, bool preparedStatement) const
QStringList tables (QSql::TableType tableType) const
QStringList tables (QSql::TableType tableType) const
void timerEvent (QTimerEvent *arg__1)
void timerEvent (QTimerEvent *arg__1)
 ~QtScriptShell_QSqlDriver ()
 ~QtScriptShell_QSqlDriver ()

Public Attributes

QScriptValue __qtscript_self

Constructor & Destructor Documentation

QtScriptShell_QSqlDriver::QtScriptShell_QSqlDriver ( QObject *  parent = 0)
QtScriptShell_QSqlDriver::~QtScriptShell_QSqlDriver ( )
QtScriptShell_QSqlDriver::QtScriptShell_QSqlDriver ( QObject *  parent = 0)
QtScriptShell_QSqlDriver::~QtScriptShell_QSqlDriver ( )

Member Function Documentation

bool QtScriptShell_QSqlDriver::beginTransaction ( )
bool QtScriptShell_QSqlDriver::beginTransaction ( )
void QtScriptShell_QSqlDriver::childEvent ( QChildEvent *  arg__1)
void QtScriptShell_QSqlDriver::childEvent ( QChildEvent *  arg__1)
void QtScriptShell_QSqlDriver::close ( )
void QtScriptShell_QSqlDriver::close ( )
bool QtScriptShell_QSqlDriver::commitTransaction ( )
bool QtScriptShell_QSqlDriver::commitTransaction ( )
QSqlResult * QtScriptShell_QSqlDriver::createResult ( ) const
QSqlResult* QtScriptShell_QSqlDriver::createResult ( ) const
void QtScriptShell_QSqlDriver::customEvent ( QEvent *  arg__1)
void QtScriptShell_QSqlDriver::customEvent ( QEvent *  arg__1)
QString QtScriptShell_QSqlDriver::escapeIdentifier ( const QString &  identifier,
QSqlDriver::IdentifierType  type 
) const
QString QtScriptShell_QSqlDriver::escapeIdentifier ( const QString &  identifier,
QSqlDriver::IdentifierType  type 
) const
bool QtScriptShell_QSqlDriver::event ( QEvent *  arg__1)
bool QtScriptShell_QSqlDriver::event ( QEvent *  arg__1)
bool QtScriptShell_QSqlDriver::eventFilter ( QObject *  arg__1,
QEvent *  arg__2 
)
bool QtScriptShell_QSqlDriver::eventFilter ( QObject *  arg__1,
QEvent *  arg__2 
)
QString QtScriptShell_QSqlDriver::formatValue ( const QSqlField &  field,
bool  trimStrings = false 
) const
QString QtScriptShell_QSqlDriver::formatValue ( const QSqlField &  field,
bool  trimStrings = false 
) const
QVariant QtScriptShell_QSqlDriver::handle ( ) const
QVariant QtScriptShell_QSqlDriver::handle ( ) const
bool QtScriptShell_QSqlDriver::hasFeature ( QSqlDriver::DriverFeature  f) const
bool QtScriptShell_QSqlDriver::hasFeature ( QSqlDriver::DriverFeature  f) const
bool QtScriptShell_QSqlDriver::isOpen ( ) const
bool QtScriptShell_QSqlDriver::isOpen ( ) const
bool QtScriptShell_QSqlDriver::open ( const QString &  db,
const QString &  user = QString(),
const QString &  password = QString(),
const QString &  host = QString(),
int  port = -1,
const QString &  connOpts = QString() 
)
bool QtScriptShell_QSqlDriver::open ( const QString &  db,
const QString &  user = QString(),
const QString &  password = QString(),
const QString &  host = QString(),
int  port = -1,
const QString &  connOpts = QString() 
)
QSqlIndex QtScriptShell_QSqlDriver::primaryIndex ( const QString &  tableName) const
QSqlIndex QtScriptShell_QSqlDriver::primaryIndex ( const QString &  tableName) const
QSqlRecord QtScriptShell_QSqlDriver::record ( const QString &  tableName) const
QSqlRecord QtScriptShell_QSqlDriver::record ( const QString &  tableName) const
bool QtScriptShell_QSqlDriver::rollbackTransaction ( )
bool QtScriptShell_QSqlDriver::rollbackTransaction ( )
void QtScriptShell_QSqlDriver::setLastError ( const QSqlError &  e)
void QtScriptShell_QSqlDriver::setLastError ( const QSqlError &  e)
void QtScriptShell_QSqlDriver::setOpen ( bool  o)
void QtScriptShell_QSqlDriver::setOpen ( bool  o)
void QtScriptShell_QSqlDriver::setOpenError ( bool  e)
void QtScriptShell_QSqlDriver::setOpenError ( bool  e)
QString QtScriptShell_QSqlDriver::sqlStatement ( QSqlDriver::StatementType  type,
const QString &  tableName,
const QSqlRecord &  rec,
bool  preparedStatement 
) const
QString QtScriptShell_QSqlDriver::sqlStatement ( QSqlDriver::StatementType  type,
const QString &  tableName,
const QSqlRecord &  rec,
bool  preparedStatement 
) const
QStringList QtScriptShell_QSqlDriver::tables ( QSql::TableType  tableType) const
QStringList QtScriptShell_QSqlDriver::tables ( QSql::TableType  tableType) const
void QtScriptShell_QSqlDriver::timerEvent ( QTimerEvent *  arg__1)
void QtScriptShell_QSqlDriver::timerEvent ( QTimerEvent *  arg__1)

Member Data Documentation

QScriptValue QtScriptShell_QSqlDriver::__qtscript_self

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