Browse Source
Merge pull request #44746 from nextcloud/doc/idbconnection-prepare-branding
docs: Adjust branding in IDBConnection::prepare doc block
pull/44450/head
Christoph Wurst
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
lib/public/IDBConnection.php
|
|
@ -74,7 +74,7 @@ interface IDBConnection { |
|
|
|
public function getQueryBuilder(); |
|
|
|
|
|
|
|
/** |
|
|
|
* Used to abstract the ownCloud database access away |
|
|
|
* Used to abstract the Nextcloud database access away |
|
|
|
* @param string $sql the sql query with ? placeholder for params |
|
|
|
* @param int|null $limit the maximum number of rows |
|
|
|
* @param int|null $offset from which row we want to start |
|
|
|