Home | All Classes | Main Classes | Annotated | Grouped Classes | Functions

List of All Members for Q3SqlCursor

This is the complete list of members for Q3SqlCursor, including inherited members.

  • enum Mode
  • Q3SqlCursor ( const QString & name = QString(), bool autopopulate = true, QSqlDatabase db = QSqlDatabase() )
  • Q3SqlCursor ( const Q3SqlCursor & other )
  • void addBindValue ( const QCoreVariant & val, QSql::ParamType paramType = QSql::In )
  • void append ( const Q3SqlFieldInfo & fieldInfo )
  • int at () const
  • void bindValue ( const QString & placeholder, const QCoreVariant & val, QSql::ParamType paramType = QSql::In )
  • void bindValue ( int pos, const QCoreVariant & val, QSql::ParamType paramType = QSql::In )
  • QCoreVariant boundValue ( const QString & placeholder ) const
  • QCoreVariant boundValue ( int pos ) const
  • QMap<QString, QCoreVariant> boundValues () const
  • QCoreVariant calculateField ( const QString & name )
  • bool canDelete () const
  • bool canInsert () const
  • bool canUpdate () const
  • void clear ()
  • void clearValues ()
  • bool contains ( const QString & name ) const
  • int count () const
  • int del ( bool invalidate = true )
  • int del ( const QString & filter, bool invalidate = true )
  • const QSqlDriver * driver () const
  • QSqlRecord * editBuffer ( bool copy = false )
  • bool exec ( const QString & sql )
  • bool exec ()
  • QString executedQuery () const
  • QSqlField field ( int index ) const
  • QSqlField field ( const QString & name ) const
  • QString fieldName ( int index ) const
  • QString filter () const
  • bool first ()
  • QSqlIndex index ( const QStringList & fieldNames ) const
  • QSqlIndex index ( const QString & fieldName ) const
  • int indexOf ( const QString & name ) const
  • void insert ( int pos, const Q3SqlFieldInfo & fieldInfo )
  • int insert ( bool invalidate = true )
  • bool isActive () const
  • bool isCalculated ( const QString & name ) const
  • bool isEmpty () const
  • bool isForwardOnly () const
  • bool isGenerated ( const QString & name ) const
  • bool isGenerated ( int index ) const
  • bool isNull ( int i ) const
  • bool isNull ( const QString & name ) const
  • bool isReadOnly () const
  • bool isSelect () const
  • bool isTrimmed ( const QString & name ) const
  • bool isValid () const
  • bool last ()
  • QSqlError lastError () const
  • QString lastQuery () const
  • int mode () const
  • QString name () const
  • bool next ()
  • int numRowsAffected () const
  • bool prepare ( const QString & query )
  • bool previous ()
  • QSqlIndex primaryIndex ( bool setFromCursor = true ) const
  • QSqlRecord * primeDelete ()
  • QSqlRecord * primeInsert ()
  • QSqlRecord * primeUpdate ()
  • QSqlRecord record () const
  • void remove ( int pos )
  • void replace ( int pos, const QSqlField & field )
  • const QSqlResult * result () const
  • bool seek ( int index, bool relative = false )
  • bool select ( const QString & filter, const QSqlIndex & sort = QSqlIndex() )
  • bool select ()
  • bool select ( const QSqlIndex & sort )
  • bool select ( const QSqlIndex & filter, const QSqlIndex & sort )
  • void setCalculated ( const QString & name, bool calculated )
  • void setFilter ( const QString & filter )
  • void setForwardOnly ( bool forward )
  • void setGenerated ( const QString & name, bool generated )
  • void setGenerated ( int i, bool generated )
  • void setMode ( int mode )
  • void setName ( const QString & name, bool autopopulate = true )
  • void setNull ( int index )
  • void setNull ( const QString & name )
  • void setPrimaryIndex ( const QSqlIndex & idx )
  • void setSort ( const QSqlIndex & sort )
  • void setTrimmed ( const QString & name, bool trim )
  • void setValue ( int index, const QCoreVariant & val )
  • void setValue ( const QString & name, const QCoreVariant & val )
  • int size () const
  • QSqlIndex sort () const
  • QString toString ( QSqlRecord * rec, const QString & prefix, const QString & fieldSep, const QString & sep ) const
  • QString toString ( const QString & prefix, QSqlField * field, const QString & fieldSep ) const
  • QString toString ( const QSqlIndex & i, QSqlRecord * rec, const QString & prefix, const QString & fieldSep, const QString & sep ) const
  • int update ( bool invalidate = true )
  • int update ( const QString & filter, bool invalidate = true )
  • QCoreVariant value ( int i ) const
  • QCoreVariant value ( const QString & name ) const
  • bool operator!= ( const QSqlRecord & other ) const
  • Q3SqlCursor & operator= ( const Q3SqlCursor & other )
  • bool operator== ( const QSqlRecord & other ) const


Copyright © 2004 Trolltech Trademarks
Qt 4.0.0-b1