Analysis Software
Documentation for sPHENIX simulation software
|
#include <RDBC/blob/master/include/RDBC/odbc++/types.h>
Public Member Functions | |
virtual | ~DriverMessage () |
const char * | getSQLState () const |
const char * | getDescription () const |
int | getNativeCode () const |
Private Member Functions | |
DriverMessage () | |
Private Attributes | |
char | state_ [SQL_SQLSTATE_SIZE+1] |
char | description_ [SQL_MAX_MESSAGE_LENGTH] |
SQLINTEGER | nativeCode_ |
Friends | |
class | ErrorHandler |
Used internally - represents the result of an SQLError call
Definition at line 626 of file types.h.
View newest version in sPHENIX GitHub at line 626 of file types.h
|
inlineprivate |
|
inlinevirtual |
|
inline |
|
inline |
|
inline |
|
friend |
|
private |
|
private |
|
private |