RunTimesPg.C File Reference

#include "RunTimesFactory.h"
#include <sstream>
#include "odbc++/connection.h"
#include <odbc++/drivermanager.h>
#include <odbc++/resultset.h>

Include dependency graph for RunTimesPg.C:

Go to the source code of this file.

Classes

class  RunTimesPg

Functions

RunTimescreator ()

Variables

const std::string name = "Pg"
const bool registered


Function Documentation

RunTimes* @0::creator  )  [static]
 

Definition at line 15 of file RunTimesPg.C.


Variable Documentation

const std::string name = "Pg" [static]
 

Definition at line 20 of file RunTimesPg.C.

const bool registered [static]
 

Initial value:

  RunTimesFactory::instance().registerCreator(name,
                                              creator,
                                              "RunTimes")

Definition at line 21 of file RunTimesPg.C.