#include </home/clem/local/src/opie/libopie2/opiedb/osqlerror.h>
Collaboration diagram for Opie::DB::OSQLError:

Public Types | |
| typedef QValueList< OSQLError > | ValueList |
| enum | Type { None = 0, Internal, Unknown, Transaction, Statement, Connection, Driver } |
| enum | DriverError { DriverInternal = 0, Permission, Abort, Busy, Locked, NoMem, ReadOnly, Interrupt, IOErr, Corrupt, NotFound, Full, CantOpen, Protocol, Schema, TooBig, Mismatch, Misuse } |
Public Member Functions | |
| OSQLError (const QString &driverText=QString::null, const QString &driverDatabaseText=QString::null, int type=None, int subNumber=-1) | |
| ~OSQLError () | |
| QString | driverText () const |
| QString | databaseText () const |
| int | type () const |
| int | subNumber () const |
Private Attributes | |
| QString | m_drvText |
| QString | m_drvDBText |
| int | m_type |
| int | m_number |
| OSQLErrorPrivate * | d |
Definition at line 13 of file osqlerror.h.
|
|
Definition at line 15 of file osqlerror.h. |
|
|
Definition at line 24 of file osqlerror.h. |
|
|
Definition at line 16 of file osqlerror.h. |
|
||||||||||||||||||||
|
Definition at line 5 of file osqlerror.cpp. |
|
|
Definition at line 12 of file osqlerror.cpp. |
|
|
Definition at line 17 of file osqlerror.cpp. References m_drvDBText. |
|
|
Definition at line 14 of file osqlerror.cpp. References m_drvText. |
|
|
Definition at line 23 of file osqlerror.cpp. References m_number. |
|
|
Definition at line 20 of file osqlerror.cpp. References m_type. |
|
|
Definition at line 58 of file osqlerror.h. |
|
|
Definition at line 55 of file osqlerror.h. Referenced by databaseText(). |
|
|
Definition at line 54 of file osqlerror.h. Referenced by driverText(). |
|
|
Definition at line 57 of file osqlerror.h. Referenced by subNumber(). |
|
|
Definition at line 56 of file osqlerror.h. Referenced by type(). |
1.4.2