Moodle  2.2.1
http://www.collinsharper.com
ADORecordSet_odbc Class Reference
Inheritance diagram for ADORecordSet_odbc:

Public Member Functions

 ADORecordSet_odbc ($id, $mode=false)
 FetchField ($fieldOffset=-1)
 Fields ($colname)
 _initrs ()
 _seek ($row)
 GetArrayLimit ($nrows, $offset=-1)
 MoveNext ()
 _fetch ()
 _close ()

Data Fields

 $bind = false
 $databaseType = "odbc"
 $dataProvider = "odbc"
 $useFetchArray
 $_has_stupid_odbc_fetch_api_change

Detailed Description

Definition at line 597 of file adodb-odbc.inc.php.


Member Function Documentation

_close ( )

Definition at line 738 of file adodb-odbc.inc.php.

_fetch ( )

Definition at line 719 of file adodb-odbc.inc.php.

_initrs ( )

Definition at line 653 of file adodb-odbc.inc.php.

_seek ( row)

Definition at line 664 of file adodb-odbc.inc.php.

ADORecordSet_odbc ( id,
mode = false 
)

Definition at line 605 of file adodb-odbc.inc.php.

Here is the caller graph for this function:

FetchField ( fieldOffset = -1)

Definition at line 623 of file adodb-odbc.inc.php.

Here is the caller graph for this function:

Fields ( colname)

Definition at line 638 of file adodb-odbc.inc.php.

Here is the call graph for this function:

GetArrayLimit ( nrows,
offset = -1 
)

Definition at line 670 of file adodb-odbc.inc.php.

Here is the call graph for this function:

MoveNext ( )

Definition at line 696 of file adodb-odbc.inc.php.

Here is the caller graph for this function:


Field Documentation

$_has_stupid_odbc_fetch_api_change

Definition at line 603 of file adodb-odbc.inc.php.

$bind = false

Definition at line 599 of file adodb-odbc.inc.php.

$databaseType = "odbc"

Reimplemented in ADORecordSet_odbc_mssql, and ADORecordSet_odbc_oracle.

Definition at line 600 of file adodb-odbc.inc.php.

$dataProvider = "odbc"

Definition at line 601 of file adodb-odbc.inc.php.

$useFetchArray

Definition at line 602 of file adodb-odbc.inc.php.


The documentation for this class was generated from the following file:
 All Data Structures Namespaces Files Functions Variables Enumerations