|
- bool isNull ( const QString & name ) const
- bool isNull ( int index ) const
- void remove ( int pos )
- void replace ( int pos, const QSqlField & field )
- void setGenerated ( const QString & name, bool generated )
- void setGenerated ( int index, bool generated )
- 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
- QSqlRecord & operator= ( const QSqlRecord & other )
- bool operator== ( const QSqlRecord & other ) const
|