|
Prüfungsamt-Projekt
1.0.0
|
SQL Exception. Mehr ...
#include <sqlexception.h>
Öffentliche Methoden | |
| SQLException (const char *title=NULL) | |
| virtual | ~SQLException () |
| virtual const char * | toString () const |
Private Attribute | |
| char | Title [MaxTitleLength] |
Statische private Attribute | |
| static const card32 | MaxTitleLength = 256 |
Freundbeziehungen | |
| ostream & | operator<< (ostream &os, const SQLException e) |
SQL Exception.
SQLException ist ein Exception, die bei einem SQL-Fehler aufgeworfen wird.
| SQLException::SQLException | ( | const char * | title = NULL | ) |
Constructor.
| title | Exception-Titel. |
| SQLException::~SQLException | ( | ) | [virtual] |
Destructor.
| const char * SQLException::toString | ( | ) | const [virtual] |
Exception-Titel zurückgeben.
| ostream& operator<< | ( | ostream & | os, |
| const SQLException | e | ||
| ) | [friend] |
Ausgabe-Operator.
const card32 SQLException::MaxTitleLength = 256 [static, private] |
char SQLException::Title[MaxTitleLength] [private] |