#include <scriptquery.h>
Public Member Functions | |
| ScriptQuery (QScriptEngine *engine) | |
| virtual | ~ScriptQuery () |
| Q_INVOKABLE XSqlQuery | query () const |
| Q_INVOKABLE QSqlRecord | record () const |
| Q_INVOKABLE void | setQuery (XSqlQuery query) |
Public Slots | |
| bool | first () |
| bool | isActive () |
| bool | isForwardOnly () |
| bool | isSelect () |
| bool | isValid () |
| bool | last () |
| QVariantMap | lastError () |
| bool | next () |
| int | numRowsAffected () |
| bool | previous () |
| int | size () |
| QScriptValue | value (const QString &field) |
| QScriptValue | value (int index) |
| ScriptQuery::ScriptQuery | ( | QScriptEngine * | engine | ) |
| ScriptQuery::~ScriptQuery | ( | ) | [virtual] |
| bool ScriptQuery::first | ( | ) | [slot] |
| bool ScriptQuery::isActive | ( | ) | [slot] |
| bool ScriptQuery::isForwardOnly | ( | ) | [slot] |
| bool ScriptQuery::isSelect | ( | ) | [slot] |
| bool ScriptQuery::isValid | ( | ) | [slot] |
| bool ScriptQuery::last | ( | ) | [slot] |
| QVariantMap ScriptQuery::lastError | ( | ) | [slot] |
| bool ScriptQuery::next | ( | ) | [slot] |
| int ScriptQuery::numRowsAffected | ( | ) | [slot] |
| bool ScriptQuery::previous | ( | ) | [slot] |
| XSqlQuery ScriptQuery::query | ( | ) | const |
| QSqlRecord ScriptQuery::record | ( | ) | const |
| void ScriptQuery::setQuery | ( | XSqlQuery | query | ) |
| int ScriptQuery::size | ( | ) | [slot] |
| QScriptValue ScriptQuery::value | ( | const QString & | field | ) | [slot] |
| QScriptValue ScriptQuery::value | ( | int | index | ) | [slot] |
| Generated on Fri Sep 4 10:07:49 2009 | xTuple ERP Programmer Reference, Version 3.3.0 |
1.6.1
|