Public Member Functions | Public Attributes

ADORecordSet_odbtp Class Reference

Inheritance diagram for ADORecordSet_odbtp:
Inheritance graph
[legend]

List of all members.

Public Member Functions

 ADORecordSet_odbtp ($queryID, $mode=false)
 _initrs ()
 FetchField ($fieldOffset=0)
 _seek ($row)
 fields ($colname)
 _fetch_odbtp ($type=0)
 _fetch ()
 MoveFirst ()
 MoveLast ()
 NextRecordSet ()
 _close ()

Public Attributes

 $databaseType = 'odbtp'
 $canSeek = true

Detailed Description

Definition at line 666 of file adodb-odbtp.inc.php.


Member Function Documentation

ADORecordSet_odbtp::_close (  ) 

Definition at line 784 of file adodb-odbtp.inc.php.

ADORecordSet_odbtp::_fetch (  ) 

Definition at line 753 of file adodb-odbtp.inc.php.

References _fetch_odbtp().

Here is the call graph for this function:

ADORecordSet_odbtp::_fetch_odbtp ( type = 0  ) 

Definition at line 732 of file adodb-odbtp.inc.php.

References fields().

Referenced by _fetch(), MoveFirst(), and MoveLast().

Here is the call graph for this function:

Here is the caller graph for this function:

ADORecordSet_odbtp::_initrs (  ) 

Definition at line 681 of file adodb-odbtp.inc.php.

ADORecordSet_odbtp::_seek ( row  ) 

Definition at line 713 of file adodb-odbtp.inc.php.

References $row.

ADORecordSet_odbtp::ADORecordSet_odbtp ( queryID,
mode = false 
)
ADORecordSet_odbtp::FetchField ( fieldOffset = 0  ) 

Definition at line 701 of file adodb-odbtp.inc.php.

ADORecordSet_odbtp::fields ( colname  ) 

Definition at line 718 of file adodb-odbtp.inc.php.

Referenced by _fetch_odbtp().

Here is the caller graph for this function:

ADORecordSet_odbtp::MoveFirst (  ) 

Definition at line 758 of file adodb-odbtp.inc.php.

References _fetch_odbtp().

Here is the call graph for this function:

ADORecordSet_odbtp::MoveLast (  ) 

Definition at line 766 of file adodb-odbtp.inc.php.

References _fetch_odbtp().

Here is the call graph for this function:

ADORecordSet_odbtp::NextRecordSet (  ) 

Definition at line 774 of file adodb-odbtp.inc.php.


Member Data Documentation

ADORecordSet_odbtp::$canSeek = true

Definition at line 669 of file adodb-odbtp.inc.php.

ADORecordSet_odbtp::$databaseType = 'odbtp'

The documentation for this class was generated from the following file: