Closes an open "OR WHERE (...)" grouping.
Database Module_Database_QueryBuilder::or_where_close( )
Database
public function or_where_close() { $this->_builder['where'][] = array('OR' => ')'); return $this; }