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

Class: MDB2_BufferedResult_mssql

Source Location: /MDB2_Driver_mssql-0.1.2/MDB2/Driver/mssql.php

Class Overview

MDB2_Result_Common
   |
   --MDB2_Result_mssql
      |
      --MDB2_BufferedResult_mssql



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 Currently not supported
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 687]


[ Top ]


Method Detail

numRows   [line 739]

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 699]

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 721]

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 14:12:48 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.