diff options
author | Joas Schilling <nickvergessen@owncloud.com> | 2015-07-21 14:17:47 +0200 |
---|---|---|
committer | Joas Schilling <nickvergessen@owncloud.com> | 2015-07-21 15:53:28 +0200 |
commit | 20cd0ae55b3e56e0fbe34033a023f6a5f1c2b7d6 (patch) | |
tree | 1894f259aa1e0b6736740ee23108712d7744360a /lib/public/idbconnection.php | |
parent | f9071ed5b7449c5f0dfa99a7715a744742281cf1 (diff) | |
download | nextcloud-server-20cd0ae55b3e56e0fbe34033a023f6a5f1c2b7d6.tar.gz nextcloud-server-20cd0ae55b3e56e0fbe34033a023f6a5f1c2b7d6.zip |
Add a log message when the Doctrine Query Builder is retrieved
Diffstat (limited to 'lib/public/idbconnection.php')
-rw-r--r-- | lib/public/idbconnection.php | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/lib/public/idbconnection.php b/lib/public/idbconnection.php index 7c94611a684..0d04c43d73e 100644 --- a/lib/public/idbconnection.php +++ b/lib/public/idbconnection.php @@ -41,14 +41,6 @@ namespace OCP; */ interface IDBConnection { /** - * Gets the ExpressionBuilder for the connection. - * - * @return \OCP\DB\QueryBuilder\IExpressionBuilder - * @since 8.2.0 - */ - public function getExpressionBuilder(); - - /** * Gets the QueryBuilder for the connection. * * @return \OCP\DB\QueryBuilder\IQueryBuilder |