in the two methods which need to switch between statements.
The method name building was done to shoehorn this statement switching
into the existing @_prepared_select_statement.
This introduces @_prepared_select_statements (plural), which does this
switching properly, using a dictionary.
Depends on D3786.