KDbSelectStatementOptions
KDbSelectStatementOptions Class Reference
#include <KDbSelectStatementOptions.shared.h>
Public Attributes | |
bool | addVisibleLookupColumns |
bool | alsoRetrieveRecordId |
Detailed Description
Options used in KDbNativeStatementBuilder::generateSelectStatement()
Definition at line 31 of file KDbSelectStatementOptions.shared.h.
Member Data Documentation
◆ addVisibleLookupColumns
bool KDbSelectStatementOptions::addVisibleLookupColumns |
@getter
- Returns
true
if relations (LEFT OUTER JOIN) for visible lookup columns should be added.false
is used only when user-visible statement is generated e.g. the one used in Kexi's Query Designer.true
by default. @setter Specifies whether if relations (LEFT OUTER JOIN) for visible lookup columns should be added.
Definition at line 50 of file KDbSelectStatementOptions.shared.h.
◆ alsoRetrieveRecordId
bool KDbSelectStatementOptions::alsoRetrieveRecordId |
@getter
- Returns
true
if record IDs should be also retrieved.false
by default. @setter Specifies whether record IDs should be also retrieved.
Definition at line 40 of file KDbSelectStatementOptions.shared.h.
The documentation for this class was generated from the following file:
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:38:32 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:38:32 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.