public function inner_join($table, $constraint, $table_alias = null) { return $this->_add_join_source("INNER", $table, $constraint, $table_alias); }