#include <qsqlqueryproto.h>
Properties | |
objectName | |
Public Member Functions | |
QSqlQueryProto (QObject *parent) | |
virtual | ~QSqlQueryProto () |
Q_INVOKABLE void | addBindValue (const QVariant &val, QSql::ParamType paramType=QSql::In) |
Q_INVOKABLE int | at () const |
Q_INVOKABLE void | bindValue (const QString &placeholder, const QVariant &val, QSql::ParamType paramType=QSql::In) |
Q_INVOKABLE void | bindValue (int pos, const QVariant &val, QSql::ParamType paramType=QSql::In) |
bool | blockSignals (bool block) |
Q_INVOKABLE QVariant | boundValue (const QString &placeholder) const |
Q_INVOKABLE QVariant | boundValue (int pos) const |
Q_INVOKABLE QMap< QString, QVariant > | boundValues () const |
const QObjectList & | children () const |
Q_INVOKABLE void | clear () |
QMetaObject::Connection | connect (const QObject *sender, const char *signal, const char *method, Qt::ConnectionType type) const |
void | deleteLater () |
void | destroyed (QObject *obj) |
bool | disconnect (const QObject *receiver, const char *method) const |
bool | disconnect (const char *signal, const QObject *receiver, const char *method) const |
Q_INVOKABLE const QSqlDriver * | driver () const |
void | dumpObjectInfo () |
void | dumpObjectTree () |
QList< QByteArray > | dynamicPropertyNames () const |
virtual bool | event (QEvent *e) |
virtual bool | eventFilter (QObject *watched, QEvent *event) |
Q_INVOKABLE bool | exec (const QString &query) |
Q_INVOKABLE bool | exec () |
Q_INVOKABLE bool | execBatch (QSqlQuery::BatchExecutionMode mode=QSqlQuery::ValuesAsRows) |
Q_INVOKABLE QString | executedQuery () const |
T | findChild (const QString &name, Qt::FindChildOptions options) const |
QList< T > | findChildren (const QString &name, Qt::FindChildOptions options) const |
QList< T > | findChildren (const QRegExp ®Exp, Qt::FindChildOptions options) const |
QList< T > | findChildren (const QRegularExpression &re, Qt::FindChildOptions options) const |
Q_INVOKABLE void | finish () |
Q_INVOKABLE bool | first () |
bool | inherits (const char *className) const |
void | installEventFilter (QObject *filterObj) |
Q_INVOKABLE bool | isActive () const |
Q_INVOKABLE bool | isForwardOnly () const |
Q_INVOKABLE bool | isNull (int field) const |
Q_INVOKABLE bool | isSelect () const |
Q_INVOKABLE bool | isValid () const |
bool | isWidgetType () const |
bool | isWindowType () const |
void | killTimer (int id) |
Q_INVOKABLE bool | last () |
Q_INVOKABLE QSqlError | lastError () const |
Q_INVOKABLE QVariant | lastInsertId () const |
Q_INVOKABLE QString | lastQuery () const |
virtual const QMetaObject * | metaObject () const |
void | moveToThread (QThread *targetThread) |
Q_INVOKABLE bool | next () |
Q_INVOKABLE bool | nextResult () |
Q_INVOKABLE QSql::NumericalPrecisionPolicy | numericalPrecisionPolicy () const |
Q_INVOKABLE int | numRowsAffected () const |
QString | objectName () const |
void | objectNameChanged (const QString &objectName) |
QObject * | parent () const |
Q_INVOKABLE bool | prepare (const QString &query) |
Q_INVOKABLE bool | previous () |
QVariant | property (const char *name) const |
Q_INVOKABLE QSqlRecord | record () const |
void | removeEventFilter (QObject *obj) |
Q_INVOKABLE const QSqlResult * | result () const |
Q_INVOKABLE bool | seek (int index, bool relative=false) |
Q_INVOKABLE void | setForwardOnly (bool forward) |
Q_INVOKABLE void | setNumericalPrecisionPolicy (QSql::NumericalPrecisionPolicy precisionPolicy) |
void | setObjectName (const QString &name) |
void | setParent (QObject *parent) |
bool | setProperty (const char *name, const QVariant &value) |
bool | signalsBlocked () const |
Q_INVOKABLE int | size () const |
int | startTimer (int interval, Qt::TimerType timerType) |
QThread * | thread () const |
Q_INVOKABLE QString | toString () const |
Q_INVOKABLE QVariant | value (int index) const |
Static Public Member Functions | |
QMetaObject::Connection | connect (const QObject *sender, const char *signal, const QObject *receiver, const char *method, Qt::ConnectionType type) |
QMetaObject::Connection | connect (const QObject *sender, const QMetaMethod &signal, const QObject *receiver, const QMetaMethod &method, Qt::ConnectionType type) |
QMetaObject::Connection | connect (const QObject *sender, PointerToMemberFunction signal, const QObject *receiver, PointerToMemberFunction method, Qt::ConnectionType type) |
QMetaObject::Connection | connect (const QObject *sender, PointerToMemberFunction signal, Functor functor) |
QMetaObject::Connection | connect (const QObject *sender, PointerToMemberFunction signal, const QObject *context, Functor functor, Qt::ConnectionType type) |
bool | disconnect (const QMetaObject::Connection &connection) |
bool | disconnect (const QObject *sender, const char *signal, const QObject *receiver, const char *method) |
bool | disconnect (const QObject *sender, PointerToMemberFunction signal, const QObject *receiver, PointerToMemberFunction method) |
bool | disconnect (const QObject *sender, const QMetaMethod &signal, const QObject *receiver, const QMetaMethod &method) |
QString | tr (const char *sourceText, const char *disambiguation, int n) |
QString | trUtf8 (const char *sourceText, const char *disambiguation, int n) |
Protected Member Functions | |
virtual void | childEvent (QChildEvent *event) |
virtual void | connectNotify (const QMetaMethod &signal) |
virtual void | customEvent (QEvent *event) |
virtual void | disconnectNotify (const QMetaMethod &signal) |
bool | isSignalConnected (const QMetaMethod &signal) const |
int | receivers (const char *signal) const |
QObject * | sender () const |
int | senderSignalIndex () const |
virtual void | timerEvent (QTimerEvent *event) |
QSqlQueryProto::QSqlQueryProto | ( | QObject * | parent | ) |
|
virtual |
void QSqlQueryProto::addBindValue | ( | const QVariant & | val, |
QSql::ParamType | paramType = QSql::In |
||
) |
int QSqlQueryProto::at | ( | ) | const |
void QSqlQueryProto::bindValue | ( | const QString & | placeholder, |
const QVariant & | val, | ||
QSql::ParamType | paramType = QSql::In |
||
) |
void QSqlQueryProto::bindValue | ( | int | pos, |
const QVariant & | val, | ||
QSql::ParamType | paramType = QSql::In |
||
) |
QVariant QSqlQueryProto::boundValue | ( | int | pos | ) | const |
void QSqlQueryProto::clear | ( | ) |
const QSqlDriver * QSqlQueryProto::driver | ( | ) | const |
bool QSqlQueryProto::exec | ( | const QString & | query | ) |
bool QSqlQueryProto::exec | ( | ) |
bool QSqlQueryProto::execBatch | ( | QSqlQuery::BatchExecutionMode | mode = QSqlQuery::ValuesAsRows | ) |
QString QSqlQueryProto::executedQuery | ( | ) | const |
void QSqlQueryProto::finish | ( | ) |
bool QSqlQueryProto::first | ( | ) |
bool QSqlQueryProto::isActive | ( | ) | const |
bool QSqlQueryProto::isForwardOnly | ( | ) | const |
bool QSqlQueryProto::isNull | ( | int | field | ) | const |
bool QSqlQueryProto::isSelect | ( | ) | const |
bool QSqlQueryProto::isValid | ( | ) | const |
bool QSqlQueryProto::last | ( | ) |
QSqlError QSqlQueryProto::lastError | ( | ) | const |
QVariant QSqlQueryProto::lastInsertId | ( | ) | const |
QString QSqlQueryProto::lastQuery | ( | ) | const |
bool QSqlQueryProto::next | ( | ) |
bool QSqlQueryProto::nextResult | ( | ) |
QSql::NumericalPrecisionPolicy QSqlQueryProto::numericalPrecisionPolicy | ( | ) | const |
int QSqlQueryProto::numRowsAffected | ( | ) | const |
bool QSqlQueryProto::prepare | ( | const QString & | query | ) |
bool QSqlQueryProto::previous | ( | ) |
QSqlRecord QSqlQueryProto::record | ( | ) | const |
const QSqlResult * QSqlQueryProto::result | ( | ) | const |
bool QSqlQueryProto::seek | ( | int | index, |
bool | relative = false |
||
) |
void QSqlQueryProto::setForwardOnly | ( | bool | forward | ) |
void QSqlQueryProto::setNumericalPrecisionPolicy | ( | QSql::NumericalPrecisionPolicy | precisionPolicy | ) |
int QSqlQueryProto::size | ( | ) | const |
QString QSqlQueryProto::toString | ( | ) | const |
QVariant QSqlQueryProto::value | ( | int | index | ) | const |
Generated on Fri Aug 11 2017 | xTuple ERP Programmer Reference, Version 4.11.0 |
![]() |