| Versionen | |
|---|---|
| drupal7 | public SelectQuery::rightJoin($table, $alias = NULL, $condition = NULL, $arguments = array()) |
includes/
<?php
public function rightJoin($table, $alias = NULL, $condition = NULL, $arguments = array()) {
return $this->addJoin('RIGHT OUTER', $table, $alias, $condition, $arguments);
}
?>
Kommentare
Kommentar hinzufügen