|
- bool isNull ( const QString & name ) const
- bool isNull ( int index ) 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 index, bool generated )
- void setName ( const QString & name )
- void setNull ( int index )
- void setNull ( const QString & name )
- void setValue ( int index, const QCoreVariant & val )
- void setValue ( const QString & name, const QCoreVariant & val )
- QCoreVariant value ( int index ) const
- QCoreVariant value ( const QString & name ) const
- bool operator!= ( const QSqlRecord & other ) const
- QSqlIndex & operator= ( const QSqlIndex & other )
- bool operator== ( const QSqlRecord & other ) const
|