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

Class: MDB2_Result_ibase

Source Location: /MDB2_Driver_ibase-1.5.0b5/MDB2/Driver/ibase.php

Class Overview

MDB2_Result_Common
   |
   --MDB2_Result_ibase

MDB2 FireBird/InterBase result driver


Author(s):

Methods


Child classes:

MDB2_BufferedResult_ibase
MDB2 FireBird/InterBase buffered result driver

Inherited Variables

Inherited Methods


Class Details

[line 1035]
MDB2 FireBird/InterBase result driver


[ Top ]


Method Detail

fetchRow   [line 1079]

int fetchRow( [int $fetchmode = MDB2_FETCHMODE_DEFAULT], [int $rownum = null])

Fetch a row and insert the data into an existing array.
  • Return: data array on success, a MDB2 error on failure
  • Access: public

Overridden in child classes as:

MDB2_BufferedResult_ibase::fetchRow()
Fetch a row and insert the data into an existing array.

Parameters:

int   $fetchmode   —  how the array data should be indexed
int   $rownum   —  number of the row where the data can be found

[ Top ]

free   [line 1225]

boolean free( )

Free the internal resources associated with $result.
  • Return: true on success, false if $result is invalid
  • Access: public

Overridden in child classes as:

MDB2_BufferedResult_ibase::free()
Free the internal resources associated with $result.

[ Top ]

numCols   [line 1191]

mixed numCols( )

Count the number of columns returned by the DBMS in a query result.
  • Return: integer value with the number of columns, a MDB2 error on failure
  • Access: public

[ Top ]

_skipLimitOffset   [line 1046]

mixed _skipLimitOffset( resource $result)

Skip the first row of a result set.
  • Return: a result handle or MDB2_OK on success, a MDB2 error on failure
  • Access: protected

Parameters:

resource   $result   — 

[ Top ]


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