Class QQConditionComparison
This is the Base Class for ALL classes in the system. It provides
proper error handling of property getters and setters. It also
provides the OverrideAttribute functionality.
-
QBaseClass
-
QQCondition
-
QQConditionComparison
Direct known subclasses
QPgConditionILike,
QPgConditionJsonContains,
QQConditionLessThan,
QQConditionLike,
QQConditionNotBetween,
QQConditionNotEqual,
QQConditionNotIn,
QQConditionNotLike,
QQConditionBetween,
QQConditionEqual,
QQConditionGreaterOrEqual,
QQConditionGreaterThan,
QQConditionIn,
QQConditionIsNotNull,
QQConditionIsNull,
QQConditionLessOrEqual
Methods summary
public
|
|
public
|
|
public
boolean
|
#
EqualTables( $strTableName )
Used by conditional joins to make sure the join conditions only apply to given table.
Used by conditional joins to make sure the join conditions only apply to given table.
Parameters
Returns
boolean
Returns
bool
Overrides
|