Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
odbc::SQLWarning Class Reference

#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_STRINGgetSQLState () const
 
const ODBCXX_STRINGgetMessage () const
 
virtual const char * what () const throw ()
 

Private Member Functions

 SQLWarning (const SQLWarning &)
 
SQLWarningoperator= (const SQLWarning &)
 

Detailed Description

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

Constructor & Destructor Documentation

odbc::SQLWarning::SQLWarning ( const SQLWarning )
private
odbc::SQLWarning::SQLWarning ( const ODBCXX_STRING reason = "",
const ODBCXX_STRING sqlState = "",
int  vendorCode = 0 
)
inline

Constructor

Definition at line 729 of file types.h.

View newest version in sPHENIX GitHub at line 729 of file types.h

odbc::SQLWarning::SQLWarning ( const DriverMessage dm)
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

virtual odbc::SQLWarning::~SQLWarning ( ) throw ()
inlinevirtual

Destructor

Definition at line 739 of file types.h.

View newest version in sPHENIX GitHub at line 739 of file types.h

Member Function Documentation

SQLWarning& odbc::SQLWarning::operator= ( const SQLWarning )
private

The documentation for this class was generated from the following file: