2 require_once(dirname(__FILE__) .
'/../Statement/class.arStatement.php');
20 protected $type = self::TYPE_NORMAL;
32 protected $operator =
'=';
61 $return =
' ' . $this->
getType() .
' ';
75 $this->
setType(self::TYPE_LEFT);
80 $this->
setType(self::TYPE_RIGHT);
85 $this->
setType(self::TYPE_INNER);
141 $this->
operator = $operator;
149 return $this->operator;
setOnFirstField($on_first_field)
setTableName($table_name)
setFullNames($full_names)
asSQLStatement(ActiveRecord $ar)
setOnSecondField($on_second_field)
getConnectorContainerName()
setBothExternal($both_external)