Breaking: #75645 - Doctrine: migrate ext:backend/Tree
See forge#75645
Description
This patch changes all database related functions to use the new Doctrine database API.
The method 
        get has been removed.
Impact
Calls to the method 
        Abstract will now return 
        Statement objects.
All other 
        Abstract methods now expect such a 
        Statement object
instead of a SQL resource.
Affected Installations
All installations using TreeViews extending the AbstractTreeView.
Migration
Migrate all calls that work with the result 
        Statement from TreeView to be able to
handle 
        Statement objects.