#include <qsql_ibase.h>
Lista de todos los miembros.
Documentación del constructor y destructor
QIBaseResult::~QIBaseResult |
( |
| ) |
[virtual] |
Documentación de las funciones miembro
bool QIBaseResult::exec |
( |
| ) |
|
int QIBaseResult::numRowsAffected |
( |
| ) |
[protected, virtual] |
Returns the number of rows affected by the last query executed.
Implementa QSqlResult.
bool QIBaseResult::reset |
( |
const QString & |
query | ) |
[protected, virtual] |
Sets the result to use the SQL statement query for subsequent data retrieval. Derived classes must reimplement this function and apply the query to the database. This function is called only after the result is set to an inactive state and is positioned before the first record of the new result. Derived classes should return TRUE if the query was successful and ready to be used, or FALSE otherwise.
Implementa QSqlResult.
int QIBaseResult::size |
( |
| ) |
[protected, virtual] |
Returns the size of the result or -1 if it cannot be determined.
Implementa QSqlResult.
Documentación de las funciones relacionadas y clases amigas
La documentación para esta clase fue generada a partir de los siguientes ficheros: