Analysis Software
Documentation for sPHENIX simulation software
|
#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>
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) |
void Catch | ( | TSQLException * | e | ) |
Definition at line 70 of file RDBCTestFloat.C.
View newest version in sPHENIX GitHub at line 70 of file RDBCTestFloat.C
References TSQLException::GetMessage(), printf(), and str.
Int_t RDBCTestInt | ( | const Text_t * | dsn, |
const Text_t * | usr = "" , |
||
const Text_t * | pwd = "" |
||
) |
Definition at line 18 of file RDBCTestFloat.C.
View newest version in sPHENIX GitHub at line 18 of file RDBCTestFloat.C
References TSQLConnection::Close(), TSQLConnection::CreateStatement(), TSQLStatement::ExecuteQuery(), TSQLStatement::ExecuteUpdate(), TSQLDriverManager::GetConnection(), TSQLResultSet::GetFloat(), TSQLResultSet::Next(), TSQLConnection::PrepareStatement(), printf(), and TSQLPreparedStatement::SetFloat().