AdoDBResult AdoDBResult(
mixed
&$sqlResult
)
|
|
Initializes the Object with the given Database result.
Parameters:
|
mixed |
&$sqlResult: |
the ersult from the AdoDBConnection |
Returns the Number of Results within the ResultSet.
API Tags:
| Return: | the Number of results |
Redefinition of:
- Result::count()
- Returns the Number of Results
Returns whether the Statement was successful or not.
Redefinition of:
- Result::isError()
- Returns whether the Statement was successful or not.
Gets the Result from the ResultSet.
API Tags:
| Return: | the next array in the result |
Redefinition of:
- Result::next()
- Gets the next result or FALSE if none is available.