Parameters to indicate what driver should be used for the table backend. More...
#include <TBTable.h>
Public Member Functions | |
DriverParams (tb::Driver t=tb::DIRECT, tb::Parser p=tb::XERCES_SAX) | |
Default Constructor. | |
DriverParams (DriverParams *dp) | |
Copy Constructor. | |
Public Attributes | |
tb::Driver | type |
Driver type. | |
tb::Parser | parser |
Parser type (for XML driver). |
Parameters to indicate what driver should be used for the table backend.
The DriverParams consist of two parameters: the driver type and (if applicable) the parser type. The parser type is only used for the XML driver.
Definition at line 62 of file TBTable.h.
casa::DriverParams::DriverParams | ( | tb::Driver | t = tb::DIRECT , |
|
tb::Parser | p = tb::XERCES_SAX | |||
) | [inline] |
casa::DriverParams::DriverParams | ( | DriverParams * | dp | ) | [inline] |