owncloud -> ownCloud
This commit is contained in:
parent
4e29a4d867
commit
c62eb9d652
|
@ -42,7 +42,7 @@ class Db implements IDb {
|
|||
}
|
||||
|
||||
/**
|
||||
* Used to abstract the owncloud database access away
|
||||
* Used to abstract the ownCloud database access away
|
||||
*
|
||||
* @param string $sql the sql query with ? placeholder for params
|
||||
* @param int $limit the maximum number of rows
|
||||
|
@ -69,7 +69,7 @@ class Db implements IDb {
|
|||
}
|
||||
|
||||
/**
|
||||
* Used to abstract the owncloud database access away
|
||||
* Used to abstract the ownCloud database access away
|
||||
* @param string $sql the sql query with ? placeholder for params
|
||||
* @param int $limit the maximum number of rows
|
||||
* @param int $offset from which row we want to start
|
||||
|
|
|
@ -31,7 +31,7 @@ namespace OCP;
|
|||
*/
|
||||
interface IDBConnection {
|
||||
/**
|
||||
* Used to abstract the owncloud database access away
|
||||
* Used to abstract the ownCloud database access away
|
||||
* @param string $sql the sql query with ? placeholder for params
|
||||
* @param int $limit the maximum number of rows
|
||||
* @param int $offset from which row we want to start
|
||||
|
|
Loading…
Reference in New Issue