Kexi API Documentation (2.0 alpha)

KexiDB::Connection::SelectStatementOptions Class Reference

#include <connection.h>

List of all members.


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

KexiDB::Connection::SelectStatementOptions::SelectStatementOptions  ) 
 

Definition at line 56 of file connection.cpp.

KexiDB::Connection::SelectStatementOptions::~SelectStatementOptions  ) 
 

Definition at line 62 of file connection.cpp.


Member Data Documentation

bool KexiDB::Connection::SelectStatementOptions::alsoRetrieveROWID
 

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().

int KexiDB::Connection::SelectStatementOptions::identifierEscaping
 

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:
KDE Logo
This file is part of the documentation for Kexi 2.0 alpha.
Documentation copyright © 2002-2007 the Kexi Team.
Generated on Tue Apr 1 20:50:39 2008 by doxygen 1.4.2 written by Dimitri van Heesch, © 1997-2003