|
- bool isNull ( const QString & name ) const
- bool isNull ( int i ) const
- QString name () const
- void remove ( int pos )
- void replace ( int pos, const QSqlField & field )
- void setCursorName ( const QString & cursorName )
- void setDescending ( int i, bool desc )
- void setGenerated ( const QString & name, bool generated )
- void setGenerated ( int i, bool generated )
- void setName ( const QString & name )
- void setNull ( int i )
- void setNull ( const QString & name )
- void setValue ( int i, const QCoreVariant & val )
- void setValue ( const QString & name, const QCoreVariant & val )
- QString toString ( const QString & prefix = QString(), const QString & sep = QLatin1String( "," ), bool verbose = true ) const
- QStringList toStringList ( const QString & prefix = QString(), bool verbose = true ) const
- QCoreVariant value ( int i ) const
- QCoreVariant value ( const QString & name ) const
- QSqlIndex & operator= ( const QSqlIndex & other )
|