2 require_once(dirname(__FILE__) .
'/../Statement/class.arStatement.php');
20 protected $type = self::TYPE_NORMAL;
32 protected $operator =
'=';
62 $return =
' ' . $this->
getType() .
' ';
98 $this->
setType(self::TYPE_LEFT);
104 $this->
setType(self::TYPE_RIGHT);
110 $this->
setType(self::TYPE_INNER);
173 $this->
operator = $operator;
182 return $this->operator;
setOnFirstField($on_first_field)
setTableName($table_name)
asORACLEStatement(ActiveRecord $ar)
setFullNames($full_names)
asSQLStatement(ActiveRecord $ar)
setOnSecondField($on_second_field)
getConnectorContainerName()
Create styles array
The data for the language used.
setBothExternal($both_external)
asStatementText(ActiveRecord $ar, $as=' AS ')