|
| | 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 |
| |
|
| 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) |
| |