QDataTable is fully implemented.
QDataView is fully implemented.
QEditorFactory is fully implemented.
QSql is fully implemented.
This has been renamed delRecords in Python.
This has been renamed delRecords in Python.
This has been renamed execStatement in Python.
QSqlDriver is fully implemented.
QSqlEditorFactory is fully implemented.
QSqlError is fully implemented.
QSqlField is fully implemented.
QSqlFieldInfo is fully implemented.
QSqlForm is fully implemented.
QSqlIndex is fully implemented.
QSqlPropertyMap is fully implemented. However, because PyQt does not allow new properties to be defined, it is not possible to implement custom editor widgets in Python and add them to a property map. This will simple be ignored.
This problem may be addressed in a future release of PyQt.
This has been renamed execQuery in Python.
This has been renamed execQuery in Python. (Qt v3.1+)
QSqlRecord is fully implemented.
QSqlRecordInfo is implemented as a Python list of QSqlFieldInfo instances.
QSqlResult is fully implemented.