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

Class: DB_result

Source Location: /MDB2-2.0.0beta2/MDB2/Wrapper/peardb.php

Class Overview

MDB2_Result
   |
   --DB_result

Wrapper that makes MDB2 behave like PEAR DB


Author(s):

Variables

Methods


Inherited Variables

Inherited Methods


Class Details

[line 220]
Wrapper that makes MDB2 behave like PEAR DB


[ Top ]


Class Variables

$limit_count =  null

[line 227]


Type:   mixed


[ Top ]

$limit_from =  null

[line 225]


Type:   mixed


[ Top ]

$result =

[line 222]


Type:   mixed


[ Top ]

$row_counter =  null

[line 223]


Type:   mixed


[ Top ]



Method Detail

DB_result (Constructor)   [line 229]

DB_result DB_result( $result)


Parameters:

   $result   — 

[ Top ]

fetchInto   [line 239]

void fetchInto( &$arr, [ $fetchmode = MDB2_FETCHMODE_DEFAULT], [ $rownum = null])


Parameters:

   &$arr   — 
   $fetchmode   — 
   $rownum   — 

[ Top ]

fetchRow   [line 234]

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


Parameters:

   $fetchmode   — 
   $rownum   — 

[ Top ]

free   [line 260]

void free( )


[ Top ]

getRowCounter   [line 276]

void getRowCounter( )


[ Top ]

nextResult   [line 255]

void nextResult( )


[ Top ]

numCols   [line 245]

void numCols( )


[ Top ]

numRows   [line 250]

void numRows( )


[ Top ]

tableInfo   [line 270]

void tableInfo( [ $mode = null])


Parameters:

   $mode   — 

[ Top ]


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