PHPDevShell 3.1.3-Stable
PHP OOP RAD Development Framework
iPHPDS_dbConnector Interface Reference
Inheritance diagram for iPHPDS_dbConnector:
PHPDS_legacyConnector PHPDS_pdoConnector

Public Member Functions

 free ()
 connect ()
 query ($sql)
 protect ($param)
 fetchAssoc ()
 seek ($row_number)
 numrows ()
 affectedRows ()
 lastId ()
 rowResults ()
 startTransaction ()
 endTransaction ($commit=true)

Detailed Description

This is a blueprint for a connector, ie an object which handles the basic I/O to a database. Its main use it to add a layer of exception throwing to mysql functions

All of these methods are based on php-mysql interface function of the same name

Author:
Greg

Member Function Documentation

affectedRows ( )
connect ( )
endTransaction ( commit = true)
fetchAssoc ( )
free ( )
lastId ( )
numrows ( )
protect ( param)
query ( sql)
rowResults ( )
seek ( row_number)
startTransaction ( )

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