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