, including all inherited members.
askQuestion(const QString &message, KMessageBox::DialogType dlgType, KMessageBox::ButtonCode defaultResult, const KGuiItem &buttonYes=KStdGuiItem::yes(), const KGuiItem &buttonNo=KStdGuiItem::no(), const QString &dontShowAskAgainName=QString::null, int options=KMessageBox::Notify, MessageHandler *msgHandler=0) | KexiDB::Object | [protected, virtual] |
at() const | KexiDB::Cursor | |
bof() const | KexiDB::Cursor | |
Buffered enum value (defined in KexiDB::Cursor) | KexiDB::Cursor | |
clearBuffer() | KexiDB::Cursor | [protected] |
clearError() | KexiDB::Object | [virtual] |
close() | KexiDB::Cursor | [virtual] |
connection() const | KexiDB::Cursor | [inline] |
containsROWIDInfo() const | KexiDB::Cursor | [inline] |
Cursor(Connection *conn, const QString &statement, uint options=NoOptions) | KexiDB::Cursor | [protected] |
Cursor(Connection *conn, QuerySchema &query, uint options=NoOptions) | KexiDB::Cursor | [protected] |
d | KexiDB::SQLiteCursor | [protected] |
debug() const | KexiDB::Cursor | |
debugError() | KexiDB::Object | |
debugString() const | KexiDB::Cursor | |
deleteAllRows() | KexiDB::Cursor | |
deleteRow(RowData &data, bool useROWID=false) | KexiDB::Cursor | |
drv_appendCurrentRecordToBuffer() | KexiDB::SQLiteCursor | [protected, virtual] |
drv_bufferMovePointerNext() | KexiDB::SQLiteCursor | [protected, virtual] |
drv_bufferMovePointerPrev() | KexiDB::SQLiteCursor | [protected, virtual] |
drv_bufferMovePointerTo(Q_LLONG at) | KexiDB::SQLiteCursor | [protected, virtual] |
drv_clearBuffer() | KexiDB::SQLiteCursor | [protected, virtual] |
drv_clearServerResult() | KexiDB::SQLiteCursor | [protected, virtual] |
drv_close() | KexiDB::SQLiteCursor | [protected, virtual] |
drv_getNextRecord() | KexiDB::SQLiteCursor | [protected, virtual] |
drv_open() | KexiDB::SQLiteCursor | [protected, virtual] |
eof() const | KexiDB::Cursor | |
error() const | KexiDB::Object | [inline] |
errorMsg() const | KexiDB::Object | [inline] |
errorNum() const | KexiDB::Object | [inline] |
FetchEnd enum value (defined in KexiDB::Cursor) | KexiDB::Cursor | [protected] |
FetchError enum value (defined in KexiDB::Cursor) | KexiDB::Cursor | [protected] |
FetchOK enum value (defined in KexiDB::Cursor) | KexiDB::Cursor | [protected] |
FetchResult enum name | KexiDB::Cursor | [protected] |
fieldCount() const | KexiDB::Cursor | [inline] |
getNextRecord() | KexiDB::Cursor | [protected] |
init() | KexiDB::Cursor | [protected] |
insertRow(RowData &data, RowEditBuffer &buf, bool getROWID=false) | KexiDB::Cursor | |
isBuffered() const | KexiDB::Cursor | |
isOpened() const | KexiDB::Cursor | [inline] |
m_afterLast | KexiDB::Cursor | [protected] |
m_at | KexiDB::Cursor | [protected] |
m_atLast | KexiDB::Cursor | [protected] |
m_buffering_completed | KexiDB::Cursor | [protected] |
m_conn | KexiDB::Cursor | [protected] |
m_containsROWIDInfo | KexiDB::Cursor | [protected] |
m_errMsg | KexiDB::Object | [protected] |
m_errorSql | KexiDB::Object | [protected] |
m_fieldCount | KexiDB::Cursor | [protected] |
m_fieldsExpanded | KexiDB::Cursor | [protected] |
m_opened | KexiDB::Cursor | [protected] |
m_options | KexiDB::Cursor | [protected] |
m_orderByColumnList | KexiDB::Cursor | [protected] |
m_query | KexiDB::Cursor | [protected] |
m_rawStatement | KexiDB::Cursor | [protected] |
m_records_in_buf | KexiDB::Cursor | [protected] |
m_result | KexiDB::Cursor | [protected] |
m_serverErrorMsg | KexiDB::Object | [protected] |
m_serverResult | KexiDB::Object | [protected] |
m_serverResultName | KexiDB::Object | [protected] |
m_sql | KexiDB::Object | [protected] |
m_validRecord | KexiDB::Cursor | [protected] |
moveFirst() | KexiDB::Cursor | |
moveLast() | KexiDB::Cursor | [virtual] |
moveNext() | KexiDB::Cursor | [virtual] |
movePrev() | KexiDB::Cursor | [virtual] |
msgTitle() const | KexiDB::Object | [inline] |
NoOptions enum value (defined in KexiDB::Cursor) | KexiDB::Cursor | |
Object(MessageHandler *handler=0) | KexiDB::Object | [protected] |
open() | KexiDB::Cursor | |
options() const | KexiDB::Cursor | [inline] |
Options enum name | KexiDB::Cursor | |
orderByColumnList() const | KexiDB::Cursor | |
previousServerResult() const | KexiDB::Object | [inline] |
previousServerResultName() const | KexiDB::Object | [inline] |
query() const | KexiDB::Cursor | [inline] |
rawStatement() const | KexiDB::Cursor | [inline] |
recentSQLString() const | KexiDB::Object | [inline] |
reopen() | KexiDB::Cursor | |
rowData() const | KexiDB::SQLiteCursor | [virtual] |
serverErrorMsg() | KexiDB::SQLiteCursor | [virtual] |
serverResult() | KexiDB::SQLiteCursor | [virtual] |
serverResultName() | KexiDB::SQLiteCursor | [virtual] |
setBuffered(bool buffered) | KexiDB::Cursor | |
setError(int code=ERR_OTHER, const QString &msg=QString::null) | KexiDB::Object | [protected, virtual] |
setError(const QString &msg) | KexiDB::Object | [protected, virtual] |
setError(const QString &title, const QString &msg) | KexiDB::Object | [protected, virtual] |
setError(KexiDB::Object *obj, const QString &prependMessage=QString::null) | KexiDB::Object | [protected] |
setError(KexiDB::Object *obj, int code, const QString &prependMessage=QString::null) | KexiDB::Object | [protected, virtual] |
setOrderByColumnList(const QStringList &columnNames) | KexiDB::Cursor | |
setOrderByColumnList(const QString &column1, const QString &column2=QString::null, const QString &column3=QString::null, const QString &column4=QString::null, const QString &column5=QString::null) | KexiDB::Cursor | |
SQLiteConnection class | KexiDB::SQLiteCursor | [friend] |
SQLiteCursor(Connection *conn, const QString &statement, uint options=NoOptions) | KexiDB::SQLiteCursor | [protected] |
SQLiteCursor(Connection *conn, QuerySchema &query, uint options=NoOptions) | KexiDB::SQLiteCursor | [protected] |
storeCurrentRow(RowData &data) const | KexiDB::SQLiteCursor | [virtual] |
updateRow(RowData &data, RowEditBuffer &buf, bool useROWID=false) | KexiDB::Cursor | |
value(uint i) | KexiDB::SQLiteCursor | [virtual] |
~Cursor() | KexiDB::Cursor | [virtual] |
~Object() | KexiDB::Object | [protected, virtual] |
~SQLiteCursor() | KexiDB::SQLiteCursor | [virtual] |