Class DlOracleRecordset
DlRecordset
|
--DlOracleRecordset
Classes extended from DlOracleRecordset:
Location: Program_Root/oracle8-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 data into array
Loads all rows from the query into an internal array
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