org.kde.qt
public interface QSqlQueryInterface
| Method Summary | |
|---|---|
| void | addBindValue(QVariant val) |
| void | addBindValue(QVariant val, int type) |
| int | at() |
| 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) |
| QSqlDriver | driver() |
| boolean | exec(String query) |
| boolean | exec() |
| String | executedQuery() |
| boolean | first() |
| boolean | isActive() |
| 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) |