New in this release
This pages covers new features of the platform.
Typed query builder
\OCP\DB\QueryBuilder\ITypedQueryBuilder was added in favour of \OCP\DB\QueryBuilder\IQueryBuilder and can be accessed through \OCP\IDBConnection::getTypedQueryBuilder.
This query builder has the benefit of accurately returning the selected columns in a query result, increasing type safety.
Todo
This linked page does not have coverage for the new API.
See Database access for details.