|
|
SQLException ist ein Exception, die bei einem SQL-Fehler aufgeworfen wird.
SQLException (const char* title = NULL) |
Constructor.
Parameters:
title | Exception-Titel. |
~SQLException () |
Destructor.
const char* toString () |
Exception-Titel zurückgeben.
Returns: Titel
friend ostream& operator<< (ostream& os, const SQLException e) |
Ausgabe-Operator.