Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
RDBCTestInt.C File Reference
#include <TError.h>
#include <TString.h>
#include <TFile.h>
#include <TF1.h>
#include <RDBC/TSQLDriverManager.h>
#include <RDBC/TSQLConnection.h>
#include <RDBC/TSQLDatabaseMetaData.h>
#include <RDBC/TSQLResultSet.h>
#include <RDBC/TSQLResultSetMetaData.h>
#include <RDBC/TSQLPreparedStatement.h>
#include <RDBC/TSQLCallableStatement.h>
#include <RDBC/TSQLTypes.h>
#include <stdlib.h>
+ Include dependency graph for RDBCTestInt.C:

Go to the source code of this file.

Functions

Int_t RDBCTestInt (const Text_t *dsn, const Text_t *usr="", const Text_t *pwd="")
 
void Catch (TSQLException *e)
 

Function Documentation

void Catch ( TSQLException e)

Definition at line 70 of file RDBCTestInt.C.

View newest version in sPHENIX GitHub at line 70 of file RDBCTestInt.C

References TSQLException::GetMessage(), printf(), and str.

+ Here is the call graph for this function:

Int_t RDBCTestInt ( const Text_t *  dsn,
const Text_t *  usr = "",
const Text_t *  pwd = "" 
)

Definition at line 18 of file RDBCTestInt.C.

View newest version in sPHENIX GitHub at line 18 of file RDBCTestInt.C

References TSQLConnection::Close(), TSQLConnection::CreateStatement(), TSQLStatement::ExecuteQuery(), TSQLStatement::ExecuteUpdate(), TSQLDriverManager::GetConnection(), TSQLResultSet::GetInt(), TSQLResultSet::Next(), TSQLConnection::PrepareStatement(), printf(), and TSQLPreparedStatement::SetInt().

+ Here is the call graph for this function: