nextcloud/lib/public/DB
Roeland Jago Douma 76a6328d10 Add executeQuery and executeUpdate
Names shamelessly copied from Doctrine itself.
Internally it is still using the same flow. But I added some checks
around it.

This should make static analysis a bit more happy. Which in turn makes
me more happy.

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2021-03-04 14:03:31 +01:00
..
QueryBuilder Add executeQuery and executeUpdate 2021-03-04 14:03:31 +01:00
Exception.php Add our own DB exception abstraction 2021-01-12 16:38:23 +01:00
IPreparedStatement.php Bump doctrine/dbal from 2.12.0 to 3.0.0 2021-01-08 11:45:19 +01:00
IResult.php Bump doctrine/dbal from 2.12.0 to 3.0.0 2021-01-08 11:45:19 +01:00
ISchemaWrapper.php Remove @package annotations from public namespace 2020-08-26 16:59:40 +02:00
Types.php Add our own constants for db column types 2021-01-12 14:09:13 +01:00