MDB2
[ class tree: MDB2 ] [ index: MDB2 ] [ all elements ]

Class: MDB2_BufferedResult_mssql

Source Location: /MDB2_Driver_mssql-1.5.0b4/MDB2/Driver/mssql.php

Class Overview

MDB2_Result_Common
   |
   --MDB2_Result_mssql
      |
      --MDB2_BufferedResult_mssql

MDB2 MSSQL Server buffered result driver


Author(s):

Methods


Inherited Variables

Inherited Methods

Class: MDB2_Result_mssql

MDB2_Result_mssql::fetchRow()
Fetch a row and insert the data into an existing array.
MDB2_Result_mssql::free()
Free the internal resources associated with $result.
MDB2_Result_mssql::nextResult()
Move the internal result pointer to the next available result
MDB2_Result_mssql::numCols()
Count the number of columns returned by the DBMS in a query result.
MDB2_Result_mssql::_skipLimitOffset()
Skip the first row of a result set.

Class Details

[line 1083]
MDB2 MSSQL Server buffered result driver


[ Top ]


Method Detail

numRows   [line 1139]

mixed numRows( )

Returns the number of rows in a result object
  • Return: MDB2 Error Object or the number of rows
  • Access: public

[ Top ]

seek   [line 1095]

mixed seek( [int $rownum = 0])

Seek to a specific row in a result set
  • Return: MDB2_OK on success, a MDB2 error on failure
  • Access: public

Parameters:

int   $rownum   —  number of the row where the data can be found

[ Top ]

valid   [line 1121]

mixed valid( )

Check if the end of the result set has been reached
  • Return: true or false on sucess, a MDB2 error on failure
  • Access: public

[ Top ]


Documentation generated on Mon, 11 Mar 2019 15:51:11 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.