kexi
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 |
bool | alsoRetrieveROWID: 1 |
Member Data Documentation
A mode for escaping identifier, Driver::EscapeDriver|DriverEscapeAsNecessary by default.
Definition at line 677 of file connection.h.
True if ROWID should be also retrieved. False by default.
Definition at line 680 of file connection.h.
The documentation for this class was generated from the following files: