ExprLogicNode.h
Classes
- TableExprNodeEQBool -- Bool comparison == in table select expression tree (full description)
- TableExprNodeEQDouble -- Double comparison == in table select expression tree (full description)
- TableExprNodeEQDComplex -- DComplex comparison == in table select expression tree (full description)
- TableExprNodeEQString -- String comparison == in table select expression tree (full description)
- TableExprNodeEQRegex -- Regex comparison == in table select expression tree (full description)
- TableExprNodeEQDate -- Date comparison == in table select expression tree (full description)
- TableExprNodeNEBool -- Bool comparison != in table select expression tree (full description)
- TableExprNodeNEDouble -- Double comparison != in table select expression tree (full description)
- TableExprNodeNEDComplex -- DComplex comparison != in table select expression tree (full description)
- TableExprNodeNEString -- String comparison != in table select expression tree (full description)
- TableExprNodeNERegex -- Regex comparison != in table select expression tree (full description)
- TableExprNodeNEDate -- Date comparison != in table select expression tree (full description)
- TableExprNodeGTDouble -- Double comparison > in table select expression tree (full description)
- TableExprNodeGTDComplex -- DComplex comparison > in table select expression tree (full description)
- TableExprNodeGTString -- String comparison > in table select expression tree (full description)
- TableExprNodeGTDate -- Date comparison > in table select expression tree (full description)
- TableExprNodeGEDouble -- Double comparison >= in table select expression tree (full description)
- TableExprNodeGEDComplex -- DComplex comparison >= in table select expression tree (full description)
- TableExprNodeGEString -- String comparison >= in table select expression tree (full description)
- TableExprNodeGEDate -- Date comparison >= in table select expression tree (full description)
- TableExprNodeINDouble -- Double comparison IN in table select expression tree (full description)
- TableExprNodeINDComplex -- DComplex comparison IN in table select expression tree (full description)
- TableExprNodeINString -- String comparison IN in table select expression tree (full description)
- TableExprNodeINDate -- Date comparison IN in table select expression tree (full description)
- TableExprNodeOR -- Logical or in table select expression tree (full description)
- TableExprNodeAND -- Logical and in table select expression tree (full description)
- TableExprNodeNOT -- Logical not in table select expression tree (full description)
Interface
- Public Members
- TableExprNodeEQBool (const TableExprNodeRep&)
- ~TableExprNodeEQBool()
- Bool getBool (const TableExprId& id)
Review Status
- Reviewed By:
- UNKNOWN
- Date Reviewed:
- before2004/08/25
Prerequisite
Synopsis
This class represents an == comparison in a table select expression tree.
This is defined for all data types.
Only the Bool get function is defined, because the result of a
compare is always a Bool.
Member Description
Interface
- TableExprNodeEQDouble (const TableExprNodeRep&)
- ~TableExprNodeEQDouble()
- Bool getBool (const TableExprId& id)
- void ranges (Block<TableExprRange>&)
Review Status
- Reviewed By:
- UNKNOWN
- Date Reviewed:
- before2004/08/25
Prerequisite
Synopsis
This class represents an == comparison in a table select expression tree.
This is defined for all data types.
Only the Bool get function is defined, because the result of a
compare is always a Bool.
Member Description
Interface
- TableExprNodeEQDComplex (const TableExprNodeRep&)
- ~TableExprNodeEQDComplex()
- Bool getBool (const TableExprId& id)
Review Status
- Reviewed By:
- UNKNOWN
- Date Reviewed:
- before2004/08/25
Prerequisite
Synopsis
This class represents an == comparison in a table select expression tree.
This is defined for all data types.
Only the Bool get function is defined, because the result of a
compare is always a Bool.
Member Description
Interface
- TableExprNodeEQString (const TableExprNodeRep&)
- ~TableExprNodeEQString()
- Bool getBool (const TableExprId& id)
Review Status
- Reviewed By:
- UNKNOWN
- Date Reviewed:
- before2004/08/25
Prerequisite
Synopsis
This class represents an == comparison in a table select expression tree.
This is defined for all data types.
Only the Bool get function is defined, because the result of a
compare is always a Bool.
Member Description
Interface
- TableExprNodeEQRegex (const TableExprNodeRep&)
- ~TableExprNodeEQRegex()
- Bool getBool (const TableExprId& id)
Review Status
- Reviewed By:
- UNKNOWN
- Date Reviewed:
- before2004/08/25
Prerequisite
Synopsis
This class represents an == comparison in a table select expression tree.
This is defined for all data types.
Only the Bool get function is defined, because the result of a
compare is always a Bool.
Member Description
Interface
- TableExprNodeEQDate (const TableExprNodeRep&)
- ~TableExprNodeEQDate()
- Bool getBool (const TableExprId& id)
Review Status
- Reviewed By:
- UNKNOWN
- Date Reviewed:
- before2004/08/25
Prerequisite
Synopsis
This class represents an == comparison in a table select expression tree.
This is defined for all data types.
Only the Bool get function is defined, because the result of a
compare is always a Bool.
Member Description
Interface
- TableExprNodeNEBool (const TableExprNodeRep&)
- ~TableExprNodeNEBool()
- Bool getBool (const TableExprId& id)
Review Status
- Reviewed By:
- UNKNOWN
- Date Reviewed:
- before2004/08/25
Prerequisite
Synopsis
This class represents an != comparison in a table select expression tree.
This is defined for all data types.
Only the Bool get function is defined, because the result of a
compare is always a Bool.
Member Description
Interface
- TableExprNodeNEDouble (const TableExprNodeRep&)
- ~TableExprNodeNEDouble()
- Bool getBool (const TableExprId& id)
Review Status
- Reviewed By:
- UNKNOWN
- Date Reviewed:
- before2004/08/25
Prerequisite
Synopsis
This class represents an != comparison in a table select expression tree.
This is defined for all data types.
Only the Bool get function is defined, because the result of a
compare is always a Bool.
Member Description
Interface
- TableExprNodeNEDComplex (const TableExprNodeRep&)
- ~TableExprNodeNEDComplex()
- Bool getBool (const TableExprId& id)
Review Status
- Reviewed By:
- UNKNOWN
- Date Reviewed:
- before2004/08/25
Prerequisite
Synopsis
This class represents an != comparison in a table select expression tree.
This is defined for all data types.
Only the Bool get function is defined, because the result of a
compare is always a Bool.
Member Description
Interface
- TableExprNodeNEString (const TableExprNodeRep&)
- ~TableExprNodeNEString()
- Bool getBool (const TableExprId& id)
Review Status
- Reviewed By:
- UNKNOWN
- Date Reviewed:
- before2004/08/25
Prerequisite
Synopsis
This class represents an != comparison in a table select expression tree.
This is defined for all data types.
Only the Bool get function is defined, because the result of a
compare is always a Bool.
Member Description
Interface
- TableExprNodeNERegex (const TableExprNodeRep&)
- ~TableExprNodeNERegex()
- Bool getBool (const TableExprId& id)
Review Status
- Reviewed By:
- UNKNOWN
- Date Reviewed:
- before2004/08/25
Prerequisite
Synopsis
This class represents an != comparison in a table select expression tree.
This is defined for all data types.
Only the Bool get function is defined, because the result of a
compare is always a Bool.
Member Description
Interface
- TableExprNodeNEDate (const TableExprNodeRep&)
- ~TableExprNodeNEDate()
- Bool getBool (const TableExprId& id)
Review Status
- Reviewed By:
- UNKNOWN
- Date Reviewed:
- before2004/08/25
Prerequisite
Synopsis
This class represents an != comparison in a table select expression tree.
This is defined for all data types.
Only the Bool get function is defined, because the result of a
compare is always a Bool.
Member Description
Interface
- TableExprNodeGTDouble (const TableExprNodeRep&)
- ~TableExprNodeGTDouble()
- Bool getBool (const TableExprId& id)
- void ranges (Block<TableExprRange>&)
Review Status
- Reviewed By:
- UNKNOWN
- Date Reviewed:
- before2004/08/25
Prerequisite
Synopsis
This class represents an > comparison in a table select expression tree.
This is defined for all data types.
Only the Bool get function is defined, because the result of a
compare is always a Bool.
Member Description
Interface
- TableExprNodeGTDComplex (const TableExprNodeRep&)
- ~TableExprNodeGTDComplex()
- Bool getBool (const TableExprId& id)
Review Status
- Reviewed By:
- UNKNOWN
- Date Reviewed:
- before2004/08/25
Prerequisite
Synopsis
This class represents an > comparison in a table select expression tree.
This is defined for all data types.
Only the Bool get function is defined, because the result of a
compare is always a Bool.
Member Description
Interface
- TableExprNodeGTString (const TableExprNodeRep&)
- ~TableExprNodeGTString()
- Bool getBool (const TableExprId& id)
Review Status
- Reviewed By:
- UNKNOWN
- Date Reviewed:
- before2004/08/25
Prerequisite
Synopsis
This class represents an > comparison in a table select expression tree.
This is defined for all data types.
Only the Bool get function is defined, because the result of a
compare is always a Bool.
Member Description
Interface
- TableExprNodeGTDate (const TableExprNodeRep&)
- ~TableExprNodeGTDate()
- Bool getBool (const TableExprId& id)
Review Status
- Reviewed By:
- UNKNOWN
- Date Reviewed:
- before2004/08/25
Prerequisite
Synopsis
This class represents an > comparison in a table select expression tree.
This is defined for all data types.
Only the Bool get function is defined, because the result of a
compare is always a Bool.
Member Description
Interface
- TableExprNodeGEDouble (const TableExprNodeRep&)
- ~TableExprNodeGEDouble()
- Bool getBool (const TableExprId& id)
- void ranges (Block<TableExprRange>&)
Review Status
- Reviewed By:
- UNKNOWN
- Date Reviewed:
- before2004/08/25
Prerequisite
Synopsis
This class represents an >= comparison in a table select expression tree.
This is defined for all data types.
Only the Bool get function is defined, because the result of a
compare is always a Bool.
Member Description
Interface
- TableExprNodeGEDComplex (const TableExprNodeRep&)
- ~TableExprNodeGEDComplex()
- Bool getBool (const TableExprId& id)
Review Status
- Reviewed By:
- UNKNOWN
- Date Reviewed:
- before2004/08/25
Prerequisite
Synopsis
This class represents an >= comparison in a table select expression tree.
This is defined for all data types.
Only the Bool get function is defined, because the result of a
compare is always a Bool.
Member Description
Interface
- TableExprNodeGEString (const TableExprNodeRep&)
- ~TableExprNodeGEString()
- Bool getBool (const TableExprId& id)
Review Status
- Reviewed By:
- UNKNOWN
- Date Reviewed:
- before2004/08/25
Prerequisite
Synopsis
This class represents an >= comparison in a table select expression tree.
This is defined for all data types.
Only the Bool get function is defined, because the result of a
compare is always a Bool.
Member Description
Interface
- TableExprNodeGEDate (const TableExprNodeRep&)
- ~TableExprNodeGEDate()
- Bool getBool (const TableExprId& id)
Review Status
- Reviewed By:
- UNKNOWN
- Date Reviewed:
- before2004/08/25
Prerequisite
Synopsis
This class represents an >= comparison in a table select expression tree.
This is defined for all data types.
Only the Bool get function is defined, because the result of a
compare is always a Bool.
Member Description
Interface
- TableExprNodeINDouble (const TableExprNodeRep&)
- ~TableExprNodeINDouble()
- Bool getBool (const TableExprId& id)
Review Status
- Reviewed By:
- UNKNOWN
- Date Reviewed:
- before2004/08/25
Prerequisite
Synopsis
This class represents an IN comparison in a table select expression tree.
This is defined for all data types.
Only the Bool get function is defined, because the result of a
compare is always a Bool.
Member Description
Interface
- TableExprNodeINDComplex (const TableExprNodeRep&)
- ~TableExprNodeINDComplex()
- Bool getBool (const TableExprId& id)
Review Status
- Reviewed By:
- UNKNOWN
- Date Reviewed:
- before2004/08/25
Prerequisite
Synopsis
This class represents an IN comparison in a table select expression tree.
This is defined for all data types.
Only the Bool get function is defined, because the result of a
compare is always a Bool.
Member Description
Interface
- TableExprNodeINString (const TableExprNodeRep&)
- ~TableExprNodeINString()
- Bool getBool (const TableExprId& id)
Review Status
- Reviewed By:
- UNKNOWN
- Date Reviewed:
- before2004/08/25
Prerequisite
Synopsis
This class represents an IN comparison in a table select expression tree.
This is defined for all data types.
Only the Bool get function is defined, because the result of a
compare is always a Bool.
Member Description
Interface
- TableExprNodeINDate (const TableExprNodeRep&)
- ~TableExprNodeINDate()
- Bool getBool (const TableExprId& id)
Review Status
- Reviewed By:
- UNKNOWN
- Date Reviewed:
- before2004/08/25
Prerequisite
Synopsis
This class represents an IN comparison in a table select expression tree.
This is defined for all data types.
Only the Bool get function is defined, because the result of a
compare is always a Bool.
Member Description
Interface
- TableExprNodeOR (const TableExprNodeRep&)
- ~TableExprNodeOR()
- Bool getBool (const TableExprId& id)
- void ranges (Block<TableExprRange>&)
Review Status
- Reviewed By:
- UNKNOWN
- Date Reviewed:
- before2004/08/25
Prerequisite
Synopsis
This class represents a logical or in a table select expression tree.
This is defined for Bool only.
Member Description
Interface
- TableExprNodeAND (const TableExprNodeRep&)
- ~TableExprNodeAND()
- Bool getBool (const TableExprId& id)
- void ranges (Block<TableExprRange>&)
Review Status
- Reviewed By:
- UNKNOWN
- Date Reviewed:
- before2004/08/25
Prerequisite
Synopsis
This class represents a logical and in a table select expression tree.
This is defined for Bool only.
Member Description
Interface
- TableExprNodeNOT (const TableExprNodeRep&)
- ~TableExprNodeNOT()
- Bool getBool (const TableExprId& id)
Review Status
- Reviewed By:
- UNKNOWN
- Date Reviewed:
- before2004/08/25
Prerequisite
Synopsis
This class represents a logical not in a table select expression tree.
This is defined for Bool only.
Member Description