KDbSelectStatementOptions

Search for usage in LXR

KDbSelectStatementOptions Class Reference

#include <KDbSelectStatementOptions.shared.h>

Public Attributes

bool addVisibleLookupColumns
 
bool alsoRetrieveRecordId
 

Detailed Description

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 Fri Jul 26 2024 11:59:40 by doxygen 1.11.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.