class MysqliSampleDao
This class defines a Data Access Object to be created by the corresponding MysqliDaoFactory and implements the SampleDao interface.
This class contains all MySQL specific code and SQL statements. The implementation details are hidden from the end user.
Located in /mysqlisampledao.class.php (line 22)
SampleDao | --MysqliSampleDao
function __construct
This method is executed when an object is instantiated from this class. Preprocessing can be done here before the object is put into service.
function DeleteSample
This method retrieves a database connection object, starts a transaction, executes SQL delete statements and catches any exceptions thrown.
function FindSample
This method retrieves a database connection object, executes SQL select statements, parses recordsets and catches any exceptions thrown.
function GetData
This method uses PEAR style data retrieval to retrieve arrays containing the current row. FetchRow() internally moves to the next record after returning the current row.
function GetDataTO
This method uses PEAR style data retrieval to retrieve the current row as an object. FetchNextObject() internally moves to the next row automatically.
function InsertSample
This method retrieves a database connection object, starts a transaction, executes SQL insert statements and catches any exceptions thrown.
function SelectSampleRS
This method retrieves a database connection object, executes SQL select statements, parses recordsets and catches any exceptions thrown.
function SelectSampleTO
This method retrieves a database connection object, executes SQL select statements, parses recordsets and catches any exceptions thrown.
function UpdateSample
This method retrieves a database connection object, starts a transaction, executes SQL update statements and catches any exceptions thrown.
Inherited From SampleDao
SampleDao::DeleteSample()
SampleDao::FindSample()
SampleDao::GetData()
SampleDao::GetDataTO()
SampleDao::InsertSample()
SampleDao::SelectSampleRS()
SampleDao::SelectSampleTO()
SampleDao::UpdateSample()
Documentation generated on Thu, 9 Sep 2004 09:03:37 -0400 by phpDocumentor 1.3.0RC3