Enumerations | |
enum | Comparator { EQUALS, CONTAINS, BETWEEN, CONTAINSBT, LESSTHAN, CONTAINSLT, GREATERTHAN, CONTAINSGT } |
Enum listing the possible types of comparisons that can be made in, for example, a filter rule. More... | |
enum | BooleanFormat { DEFAULT, TRUEFALSE, TF, B10 } |
Enum listing the format for boolean values: "true/false", "t/f", "1/0", etc. More... | |
enum | Driver { DIRECT } |
Enum to indicate the different driver types. More... | |
enum | Parser { HOME, XERCES_DOM, XERCES_SAX } |
Enum to indicate the different parsers available for XML drivers. More... |
Enum listing the format for boolean values: "true/false", "t/f", "1/0", etc.
Definition at line 67 of file TBConstants.h.
enum casa::tb::Comparator |
Enum listing the possible types of comparisons that can be made in, for example, a filter rule.
Definition at line 61 of file TBConstants.h.
enum casa::tb::Driver |
Enum to indicate the different driver types.
Definition at line 72 of file TBConstants.h.
enum casa::tb::Parser |
Enum to indicate the different parsers available for XML drivers.
Definition at line 77 of file TBConstants.h.