#include <xsqlqueryproto.h>
XSqlQueryProto::XSqlQueryProto |
( |
QObject * |
parent = 0 | ) |
|
int XSqlQueryProto::findFirst |
( |
int |
col, |
|
|
int |
val |
|
) |
| |
int XSqlQueryProto::findFirst |
( |
const QString & |
col, |
|
|
int |
val |
|
) |
| |
int XSqlQueryProto::findFirst |
( |
const QString & |
col, |
|
|
const QString & |
val |
|
) |
| |
bool XSqlQueryProto::first |
( |
| ) |
|
|
slot |
bool XSqlQueryProto::isActive |
( |
| ) |
|
bool XSqlQueryProto::isForwardOnly |
( |
| ) |
|
bool XSqlQueryProto::isSelect |
( |
| ) |
|
bool XSqlQueryProto::isValid |
( |
| ) |
|
bool XSqlQueryProto::last |
( |
| ) |
|
|
slot |
QVariantMap XSqlQueryProto::lastError |
( |
| ) |
|
bool XSqlQueryProto::next |
( |
| ) |
|
|
slot |
int XSqlQueryProto::numRowsAffected |
( |
| ) |
|
bool XSqlQueryProto::previous |
( |
| ) |
|
|
slot |
QSqlRecord XSqlQueryProto::record |
( |
| ) |
const |
int XSqlQueryProto::size |
( |
| ) |
|
QString XSqlQueryProto::toString |
( |
| ) |
const |
QVariant XSqlQueryProto::value |
( |
int |
index | ) |
|
QVariant XSqlQueryProto::value |
( |
const QString & |
field | ) |
|
The documentation for this class was generated from the following files: