KexiDB::Connection::SelectStatementOptions Class Reference
#include <connection.h>
Detailed Description
options used in selectStatement()
Definition at line 670 of file connection.h.
Public Member Functions | |
| SelectStatementOptions () | |
| ~SelectStatementOptions () | |
Public Attributes | |
| int | identifierEscaping |
| A mode for escaping identifier, Driver::EscapeDriver|Driver::EscapeAsNecessary by default. | |
| bool | alsoRetrieveROWID: 1 |
| True if ROWID should be also retrieved. False by default. | |
Constructor & Destructor Documentation
|
|
Definition at line 56 of file connection.cpp. |
|
|
Definition at line 62 of file connection.cpp. |
Member Data Documentation
|
|
True if ROWID should be also retrieved. False by default.
Definition at line 680 of file connection.h. Referenced by KexiDB::Cursor::open(), and KexiDB::Connection::selectStatement(). |
|
|
A mode for escaping identifier, Driver::EscapeDriver|Driver::EscapeAsNecessary by default.
Definition at line 677 of file connection.h. Referenced by KexiQueryDesignerSQLView::afterSwitchFrom(), KexiDB::Connection::selectStatement(), and KexiQueryDesignerGuiEditor::storeLayout(). |
The documentation for this class was generated from the following files:
