Create a runcatalog table in a MySQL test database.
{
res =
db->Query(
"DROP TABLE runcatalog");
delete res;
delete res;
}
ROOT::Detail::TRangeCast< T, true > TRangeDynCast
TRangeDynCast is an adapter class that allows the typed iteration through a TCollection.
static TSQLServer * Connect(const char *db, const char *uid, const char *pw)
The db should be of the form: <dbms>://<host>[:<port>][/<database>], e.g.: mysql://pcroot....
- Author
- Sergey Linev
Definition in file sqlcreatedb.C.