![]() |
Analysis Software
Documentation for sPHENIX simulation software
|
#include <RDBC/blob/master/include/RDBC/odbc++/types.h>
Inheritance diagram for odbc::SQLWarning:
Collaboration diagram for odbc::SQLWarning:Public Member Functions | |
| SQLWarning (const ODBCXX_STRING &reason="", const ODBCXX_STRING &sqlState="", int vendorCode=0) | |
| SQLWarning (const DriverMessage &dm) | |
| virtual | ~SQLWarning () throw () |
Public Member Functions inherited from odbc::SQLException | |
| SQLException (const ODBCXX_STRING &reason="", const ODBCXX_STRING &sqlState="", int vendorCode=0) | |
| SQLException (const DriverMessage &dm) | |
| virtual | ~SQLException () throw () |
| int | getErrorCode () const |
| const ODBCXX_STRING & | getSQLState () const |
| const ODBCXX_STRING & | getMessage () const |
| virtual const char * | what () const throw () |
Private Member Functions | |
| SQLWarning (const SQLWarning &) | |
| SQLWarning & | operator= (const SQLWarning &) |
Represents an SQL warning.
Contains the same info as an SQLException.
Definition at line 722 of file types.h.
View newest version in sPHENIX GitHub at line 722 of file types.h
|
private |
|
inline |
|
inline |
Copy from a DriverMessage
Definition at line 735 of file types.h.
View newest version in sPHENIX GitHub at line 735 of file types.h
|
inlinevirtual |
|
private |