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

Class: DB_result

Source Location: /MDB-1.3.0/MDB/peardb_wrapper.php

Class Overview


Wrapper that makes MDB behave like PEAR DB


Author(s):

Variables

Methods


Inherited Variables

Inherited Methods


Class Details

[line 208]
Wrapper that makes MDB behave like PEAR DB


[ Top ]


Class Variables

$dbh =

[line 210]


Type:   mixed


[ Top ]

$limit_count =  NULL

[line 216]


Type:   mixed


[ Top ]

$limit_from =  NULL

[line 214]


Type:   mixed


[ Top ]

$result =

[line 211]


Type:   mixed


[ Top ]

$row_counter =  NULL

[line 212]


Type:   mixed


[ Top ]



Method Detail

DB_result (Constructor)   [line 218]

DB_result DB_result( &$dbh, $result)


Parameters:

   &$dbh   — 
   $result   — 

[ Top ]

fetchInto   [line 235]

void fetchInto( &$arr, [ $fetchmode = DB_FETCHMODE_DEFAULT], [ $rownum = 0])


Parameters:

   &$arr   — 
   $fetchmode   — 
   $rownum   — 

[ Top ]

fetchRow   [line 224]

void fetchRow( [ $fetchmode = DB_FETCHMODE_DEFAULT], [ $rownum = 0])


Parameters:

   $fetchmode   — 
   $rownum   — 

[ Top ]

free   [line 262]

void free( )


[ Top ]

getRowCounter   [line 277]

void getRowCounter( )


[ Top ]

nextResult   [line 257]

void nextResult( )


[ Top ]

numCols   [line 247]

void numCols( )


[ Top ]

numRows   [line 252]

void numRows( )


[ Top ]

tableInfo   [line 272]

void tableInfo( [ $mode = NULL])


Parameters:

   $mode   — 

[ Top ]


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