2require_once(dirname(__FILE__) .
'/../Statement/class.arStatement.php');
49 if ($this->
getType() == self::TYPE_REGULAR) {
51 if ($arField instanceof
arField) {
52 $type = $arField->getFieldType();
59 if (in_array($this->
getOperator(), array(
'IN',
'NOT IN',
'NOTIN' ))) {
73 if (in_array($this->
getOperator(), array(
'IS',
'IS NOT'))) {
getConnectorContainerName()
asSQLStatement(ActiveRecord $ar)
@description Build WHERE Statement