2require_once(dirname(__FILE__) .
'/../Statement/class.arStatement.php');
50 if ($this->
getType() == self::TYPE_REGULAR) {
52 if ($arField instanceof
arField) {
53 $type = $arField->getFieldType();
60 if (in_array($this->
getOperator(), array(
'IN',
'NOT IN',
'NOTIN' ))) {
74 if (in_array($this->
getOperator(), array(
'IS',
'IS NOT'))) {
getConnectorContainerName()
An exception for terminatinating execution or to throw for unit testing.
asSQLStatement(ActiveRecord $ar)
@description Build WHERE Statement