Class DlMySqlRecordset
DlRecordset
|
--DlMySqlRecordset
Classes extended from DlMySqlRecordset:
Location: Program_Root/mysql-recordset.php
*****************************************************************************
Class Variable Summary
Inherited Class Variable Summary
Method Summary
Inherited Method Summary
Variable Detail
Method Detail
- boolean Close()
Usage: Close ( )
Frees memory associated with the recordset
Closes the recordset and frees associated memory
Parameters
Info
- void LoadData()
Usage: LoadData ( )
Loads all the rows
Fetches all rows and loads them into the local dataset
Parameters
Info
- boolean Open()
Usage: Open ( $sql )
Executes the query
Executes the SQL query and loads the data into a dataset/table
Parameters
- string $sql - the SQL query to execute
Info