MediaWiki  1.27.2
MssqlResultWrapper Class Reference
Inheritance diagram for MssqlResultWrapper:
Collaboration diagram for MssqlResultWrapper:

Public Member Functions

 fetchObject ()
 
 fetchRow ()
 
 seek ($row)
 
- Public Member Functions inherited from ResultWrapper
 __construct ($database, $result)
 Create a new result object from a result resource and a Database object. More...
 
 current ()
 
 fetchObject ()
 Fetch the next row from the given result object, in object form. More...
 
 fetchRow ()
 Fetch the next row from the given result object, in associative array form. More...
 
 free ()
 Free a result object. More...
 
 key ()
 
 next ()
 
 numRows ()
 Get the number of rows in a result object. More...
 
 rewind ()
 
 seek ($row)
 Change the position of the cursor in a result object. More...
 
 valid ()
 

Private Attributes

 $mSeekTo = null
 

Additional Inherited Members

- Public Attributes inherited from ResultWrapper
resource $result
 
- Protected Attributes inherited from ResultWrapper
object null $currentRow = null
 
DatabaseBase $db
 
int $pos = 0
 

Detailed Description

Definition at line 1490 of file DatabaseMssql.php.

Member Function Documentation

MssqlResultWrapper::fetchObject ( )
Returns
stdClass|bool

Definition at line 1496 of file DatabaseMssql.php.

References $res, and ResultWrapper\$result.

MssqlResultWrapper::fetchRow ( )
Returns
array|bool

Definition at line 1518 of file DatabaseMssql.php.

References $res, and ResultWrapper\$result.

MssqlResultWrapper::seek (   $row)
Parameters
int$row
Returns
bool

Definition at line 1541 of file DatabaseMssql.php.

References $res, and ResultWrapper\$result.

Member Data Documentation

MssqlResultWrapper::$mSeekTo = null
private

Definition at line 1491 of file DatabaseMssql.php.


The documentation for this class was generated from the following file: