31 protected string $type = self::TYPE_NORMAL;
34 protected string $operator =
'=';
43 $return =
' ' . $this->
getType() .
' ';
62 $this->
setType(self::TYPE_LEFT);
67 $this->
setType(self::TYPE_RIGHT);
72 $this->
setType(self::TYPE_INNER);
113 $this->
operator = $operator;
118 return $this->operator;
setTableName(string $table_name)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
quoteIdentifier(string $identifier, bool $check_option=false)
setOnSecondField(string $on_second_field)
setBothExternal(bool $both_external)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
asStatementText(ActiveRecord $activeRecord, ilDBInterface $db, string $as=' AS ')
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
setOperator(string $operator)
asSQLStatement(ActiveRecord $activeRecord, ilDBInterface $db)
setFullNames(bool $full_names)
getConnectorContainerName()
Return the Name of your Connector Table
setOnFirstField(string $on_first_field)
setIsMapped(bool $is_mapped)