1
0
mirror of https://github.com/dg/dibi.git synced 2025-08-08 23:26:49 +02:00

minor: renamed resultset -> resultSet

This commit is contained in:
David Grudl
2008-06-30 15:01:25 +00:00
parent 2a4f5ec456
commit 41e5b32a22
11 changed files with 132 additions and 132 deletions

View File

@@ -154,7 +154,7 @@ interface IDibiDriver
/**
* Decodes data from resultset.
* Decodes data from result set.
*
* @param string value
* @param string type (dibi::FIELD_BINARY)
@@ -211,7 +211,7 @@ interface IDibiDriver
/**
* Frees the resources allocated for this result set.
*
* @param resource resultset resource
* @param resource result set resource
* @return void
*/
function free();
@@ -238,7 +238,7 @@ interface IDibiDriver
/**
* Returns the resultset resource.
* Returns the result set resource.
*
* @return mixed
*/