public SelectInterface::addJoin($type, $table, $alias = NULL, $condition = NULL, $arguments = array())
Join against another table in the database.
This method does the "hard" work of queuing up a table to be joined against. In some cases, that may include dipping into the Schema API to find the necessary fields on which to join.
Parameters
$type: The type of join. Typically one one of INNER, LEFT OUTER, and RIGHT OUTER.
$table: The table against which to join. May be a string or another Select