org.kde.qt
public class QSqlQuery extends Object implements QtSupport, QSqlQueryInterface
| Constructor Summary | |
|---|---|
| protected | QSqlQuery(Class dummy) |
| QSqlQuery(QSqlResult r) | |
| QSqlQuery(String query, QSqlDatabase db) | |
| QSqlQuery(String query) | |
| QSqlQuery() | |
| QSqlQuery(QSqlDatabase db) | |
| QSqlQuery(QSqlQueryInterface other) | |
| Method Summary | |
|---|---|
| void | addBindValue(QVariant val) |
| void | addBindValue(QVariant val, int type) |
| protected void | afterSeek() |
| int | at() |
| protected void | beforeSeek() |
| void | bindValue(String placeholder, QVariant val) |
| void | bindValue(int pos, QVariant val) |
| void | bindValue(String placeholder, QVariant val, int type) |
| void | bindValue(int pos, QVariant val, int type) |
| QVariant | boundValue(String placeholder) |
| QVariant | boundValue(int pos) |
| void | dispose() Delete the wrapped C++ instance ahead of finalize() |
| QSqlDriver | driver() |
| boolean | exec(String query) |
| boolean | exec() |
| String | executedQuery() |
| protected void | finalize() Deletes the wrapped C++ instance |
| boolean | first() |
| boolean | isActive() |
| boolean | isDisposed() Has the wrapped C++ instance been deleted? |
| boolean | isForwardOnly() |
| boolean | isNull(int field) |
| boolean | isSelect() |
| boolean | isValid() |
| boolean | last() |
| QSqlError | lastError() |
| String | lastQuery() |
| boolean | next() |
| int | numRowsAffected() |
| boolean | prepare(String query) |
| boolean | prev() |
| QSqlResult | result() |
| boolean | seek(int i, boolean relative) |
| boolean | seek(int i) |
| void | setForwardOnly(boolean forward) |
| int | size() |
| QVariant | value(int i) |