|
- bool isGenerated ( int i ) const
- bool isNull ( const QString & name ) const
- bool isNull ( int i ) const
- void remove ( int pos )
- void replace ( int pos, const QSqlField & field )
- void setGenerated ( const QString & name, bool generated )
- void setGenerated ( int i, bool generated )
- void setNull ( int i )
- void setNull ( const QString & name )
- void setValue ( int i, const QCoreVariant & val )
- void setValue ( const QString & name, const QCoreVariant & val )
- QCoreVariant value ( int i ) const
- QCoreVariant value ( const QString & name ) const
- QSqlRecord & operator= ( const QSqlRecord & other )
|