ExprLogicNodeArray.h
Classes
- TableExprNodeArrayEQBool -- Bool Array comparison == in table select expression tree (full description)
- TableExprNodeArrayEQDouble -- Double Array comparison == in table select expression tree (full description)
- TableExprNodeArrayEQDComplex -- DComplex Array comparison == in table select expression tree (full description)
- TableExprNodeArrayEQString -- String Array comparison == in table select expression tree (full description)
- TableExprNodeArrayEQRegex -- Regex Array comparison == in table select expression tree (full description)
- TableExprNodeArrayEQDate -- Date Array comparison == in table select expression tree (full description)
- TableExprNodeArrayNEBool -- Bool Array comparison != in table select expression tree (full description)
- TableExprNodeArrayNEDouble -- Double Array comparison != in table select expression tree (full description)
- TableExprNodeArrayNEDComplex -- DComplex Array comparison != in table select expression tree (full description)
- TableExprNodeArrayNEString -- String Array comparison != in table select expression tree (full description)
- TableExprNodeArrayNERegex -- Regex Array comparison != in table select expression tree (full description)
- TableExprNodeArrayNEDate -- Date Array comparison != in table select expression tree (full description)
- TableExprNodeArrayGTDouble -- Double Array comparison > in table select expression tree (full description)
- TableExprNodeArrayGTDComplex -- DComplex Array comparison > in table select expression tree (full description)
- TableExprNodeArrayGTString -- String Array comparison > in table select expression tree (full description)
- TableExprNodeArrayGTDate -- Date Array comparison > in table select expression tree (full description)
- TableExprNodeArrayGEDouble -- Double Array comparison >= in table select expression tree (full description)
- TableExprNodeArrayGEDComplex -- DComplex Array comparison >= in table select expression tree (full description)
- TableExprNodeArrayGEString -- String Array comparison >= in table select expression tree (full description)
- TableExprNodeArrayGEDate -- Date Array comparison >= in table select expression tree (full description)
- TableExprNodeArrayINDouble -- Double Array comparison IN in table select expression tree (full description)
- TableExprNodeArrayINDComplex -- DComplex Array comparison IN in table select expression tree (full description)
- TableExprNodeArrayINString -- String Array comparison IN in table select expression tree (full description)
- TableExprNodeArrayINDate -- Date Array comparison IN in table select expression tree (full description)
- TableExprNodeArrayOR -- Logical or in table select expression tree (full description)
- TableExprNodeArrayAND -- Logical and in table select expression tree (full description)
- TableExprNodeArrayNOT -- Logical not in table select expression tree (full description)
Interface
- Public Members
- TableExprNodeArrayEQBool (const TableExprNodeRep&)
- ~TableExprNodeArrayEQBool()
- Array<Bool> getArrayBool (const TableExprId& id)
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
- TableExprNodeArrayEQDouble (const TableExprNodeRep&)
- ~TableExprNodeArrayEQDouble()
- Array<Bool> getArrayBool (const TableExprId& id)
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
- TableExprNodeArrayEQDComplex (const TableExprNodeRep&)
- ~TableExprNodeArrayEQDComplex()
- Array<Bool> getArrayBool (const TableExprId& id)
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
- TableExprNodeArrayEQString (const TableExprNodeRep&)
- ~TableExprNodeArrayEQString()
- Array<Bool> getArrayBool (const TableExprId& id)
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
- TableExprNodeArrayEQRegex (const TableExprNodeRep&)
- ~TableExprNodeArrayEQRegex()
- Array<Bool> getArrayBool (const TableExprId& id)
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
- TableExprNodeArrayEQDate (const TableExprNodeRep&)
- ~TableExprNodeArrayEQDate()
- Array<Bool> getArrayBool (const TableExprId& id)
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
- TableExprNodeArrayNEBool (const TableExprNodeRep&)
- ~TableExprNodeArrayNEBool()
- Array<Bool> getArrayBool (const TableExprId& id)
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
- TableExprNodeArrayNEDouble (const TableExprNodeRep&)
- ~TableExprNodeArrayNEDouble()
- Array<Bool> getArrayBool (const TableExprId& id)
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
- TableExprNodeArrayNEDComplex (const TableExprNodeRep&)
- ~TableExprNodeArrayNEDComplex()
- Array<Bool> getArrayBool (const TableExprId& id)
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
- TableExprNodeArrayNEString (const TableExprNodeRep&)
- ~TableExprNodeArrayNEString()
- Array<Bool> getArrayBool (const TableExprId& id)
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
- TableExprNodeArrayNERegex (const TableExprNodeRep&)
- ~TableExprNodeArrayNERegex()
- Array<Bool> getArrayBool (const TableExprId& id)
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
- TableExprNodeArrayNEDate (const TableExprNodeRep&)
- ~TableExprNodeArrayNEDate()
- Array<Bool> getArrayBool (const TableExprId& id)
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
- TableExprNodeArrayGTDouble (const TableExprNodeRep&)
- ~TableExprNodeArrayGTDouble()
- Array<Bool> getArrayBool (const TableExprId& id)
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
- TableExprNodeArrayGTDComplex (const TableExprNodeRep&)
- ~TableExprNodeArrayGTDComplex()
- Array<Bool> getArrayBool (const TableExprId& id)
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
- TableExprNodeArrayGTString (const TableExprNodeRep&)
- ~TableExprNodeArrayGTString()
- Array<Bool> getArrayBool (const TableExprId& id)
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
- TableExprNodeArrayGTDate (const TableExprNodeRep&)
- ~TableExprNodeArrayGTDate()
- Array<Bool> getArrayBool (const TableExprId& id)
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
- TableExprNodeArrayGEDouble (const TableExprNodeRep&)
- ~TableExprNodeArrayGEDouble()
- Array<Bool> getArrayBool (const TableExprId& id)
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
- TableExprNodeArrayGEDComplex (const TableExprNodeRep&)
- ~TableExprNodeArrayGEDComplex()
- Array<Bool> getArrayBool (const TableExprId& id)
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
- TableExprNodeArrayGEString (const TableExprNodeRep&)
- ~TableExprNodeArrayGEString()
- Array<Bool> getArrayBool (const TableExprId& id)
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
- TableExprNodeArrayGEDate (const TableExprNodeRep&)
- ~TableExprNodeArrayGEDate()
- Array<Bool> getArrayBool (const TableExprId& id)
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
- TableExprNodeArrayINDouble (const TableExprNodeRep&)
- ~TableExprNodeArrayINDouble()
- Array<Bool> getArrayBool (const TableExprId& id)
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
- TableExprNodeArrayINDComplex (const TableExprNodeRep&)
- ~TableExprNodeArrayINDComplex()
- Array<Bool> getArrayBool (const TableExprId& id)
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
- TableExprNodeArrayINString (const TableExprNodeRep&)
- ~TableExprNodeArrayINString()
- Array<Bool> getArrayBool (const TableExprId& id)
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
- TableExprNodeArrayINDate (const TableExprNodeRep&)
- ~TableExprNodeArrayINDate()
- Array<Bool> getArrayBool (const TableExprId& id)
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
- TableExprNodeArrayOR (const TableExprNodeRep&)
- ~TableExprNodeArrayOR()
- Array<Bool> getArrayBool (const TableExprId& id)
Prerequisite
Synopsis
This class represents a logical or in a table select expression tree.
This is defined for Bool only.
Member Description
Interface
- TableExprNodeArrayAND (const TableExprNodeRep&)
- ~TableExprNodeArrayAND()
- Array<Bool> getArrayBool (const TableExprId& id)
Prerequisite
Synopsis
This class represents a logical and in a table select expression tree.
This is defined for Bool only.
Member Description
Interface
- TableExprNodeArrayNOT (const TableExprNodeRep&)
- ~TableExprNodeArrayNOT()
- Array<Bool> getArrayBool (const TableExprId& id)
Prerequisite
Synopsis
This class represents a logical not in a table select expression tree.
This is defined for Bool only.
Member Description