kexi
Kross::KexiDB::KexiDBCursor Class Reference
#include <kexidbcursor.h>
Detailed Description
The KexiDBCursor class is a wrapper around the KexiDB::Cursor class to provide database cursor functionality.
Definition at line 42 of file kexidbcursor.h.
Public Member Functions | |
KexiDBCursor (KexiDBConnection *connection,::KexiDB::Cursor *cursor) | |
virtual | ~KexiDBCursor () |
virtual const QString | getClassName () const |
Constructor & Destructor Documentation
KexiDBCursor::KexiDBCursor | ( | KexiDBConnection * | connection, | |
::KexiDB::Cursor * | cursor | |||
) |
Constructor.
- Parameters:
-
connection The parent KexiDBConnection instance this KexiDBCursor belongs to. cursor The KexiDB::Cursor this class wraps.
Definition at line 27 of file kexidbcursor.cpp.
KexiDBCursor::~KexiDBCursor | ( | ) | [virtual] |
Member Function Documentation
const QString KexiDBCursor::getClassName | ( | ) | const [virtual] |
The documentation for this class was generated from the following files: