KDevelop API Documentation

QCustomSqlCursor Class Reference

Inheritance diagram for QCustomSqlCursor:

QSqlCursor List of all members.

Public Member Functions

 QCustomSqlCursor (const QString &query=QString::null, bool autopopulate=TRUE, QSqlDatabase *db=0)
 QCustomSqlCursor (const QCustomSqlCursor &other)
bool select (const QString &, const QSqlIndex &=QSqlIndex())
QSqlIndex primaryIndex (bool=TRUE) const
int insert (bool=TRUE)
int update (bool=TRUE)
int del (bool=TRUE)
void setName (const QString &, bool=TRUE)

Constructor & Destructor Documentation

QCustomSqlCursor::QCustomSqlCursor const QString query = QString::null,
bool  autopopulate = TRUE,
QSqlDatabase db = 0
[inline]
 

Definition at line 30 of file sqloutputwidget.cpp.

QCustomSqlCursor::QCustomSqlCursor const QCustomSqlCursor other  )  [inline]
 

Definition at line 42 of file sqloutputwidget.cpp.


Member Function Documentation

int QCustomSqlCursor::del bool  = TRUE  )  [inline]
 

Definition at line 51 of file sqloutputwidget.cpp.

References del().

Referenced by del().

int QCustomSqlCursor::insert bool  = TRUE  )  [inline]
 

Definition at line 47 of file sqloutputwidget.cpp.

References insert().

Referenced by insert().

QSqlIndex QCustomSqlCursor::primaryIndex bool  = TRUE  )  const [inline]
 

Definition at line 45 of file sqloutputwidget.cpp.

References primaryIndex().

Referenced by primaryIndex().

bool QCustomSqlCursor::select const QString ,
const QSqlIndex = QSqlIndex()
[inline]
 

Definition at line 43 of file sqloutputwidget.cpp.

References select().

Referenced by select().

void QCustomSqlCursor::setName const QString ,
bool  = TRUE
[inline]
 

Definition at line 53 of file sqloutputwidget.cpp.

References setName().

Referenced by setName().

int QCustomSqlCursor::update bool  = TRUE  )  [inline]
 

Definition at line 49 of file sqloutputwidget.cpp.

References update().

Referenced by update().


The documentation for this class was generated from the following file:
KDE Logo
This file is part of the documentation for KDevelop Version 3.0.4.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Tue Oct 19 08:02:06 2004 by doxygen 1.3.7 written by Dimitri van Heesch, © 1997-2003