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