4 #include "dbclient/KM3NeTDBClient.h"
21 int main(
int argc,
char **argv)
35 JParser<> zap(
"Auxiliary program to get login ID corresponding to given user login.");
46 catch(
const exception &error) {
47 FATAL(error.what() << endl);
56 ResultSet& rs =
getResultSet(getTable<JPersons>(), selector);
61 cout << personalia.
OID << endl;
63 catch(
const exception& error) {
64 FATAL(error.what() << endl);
General purpose messaging.
Utility class to parse command line options.
#define make_field(A,...)
macro to convert parameter to JParserTemplateElement object
Auxiliary class for specifying selection of database data.
Utility class to parse command line options.
int main(int argc, char **argv)
ResultSet & getResultSet(const std::string &query)
Get result set.
std::vector< JServer > getServernames()
Get list of names of available database servers.
This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES).
Wrapper class for server name.
Template definition for getting table specific selector.