2 require_once(dirname(__FILE__) .
'/../Statement/class.arStatement.php');
20 protected $type = self::TYPE_NORMAL;
32 protected $operator =
'=';
62 $return =
' ' . $this->
getType() .
' ';
88 $this->
setType(self::TYPE_LEFT);
94 $this->
setType(self::TYPE_RIGHT);
100 $this->
setType(self::TYPE_INNER);
163 $this->
operator = $operator;
172 return $this->operator;
setOnFirstField($on_first_field)
setTableName($table_name)
setFullNames($full_names)
asSQLStatement(ActiveRecord $ar)
setOnSecondField($on_second_field)
getConnectorContainerName()
setBothExternal($both_external)
asStatementText(ActiveRecord $ar, $as=' AS ')