PHPFSPOT_DB class
Located in /phpfspot_db.php (line 30)
PHPFSPOT_DB class constructor
This constructor initially connect to the database.
PHPFSPOT_DB class deconstructor
This destructor will close the current database connection.
PHPFSPOT_DB check column exist
This function checks if the given column exists within the specified table.
PHPFSPOT_DB check table exists
This function checks if the given table exists in the database
commit transaction
this will commit an ongoing transaction on ACID-supporting database systems
PHPFSPOT_DB database query & execute
This function will execute a SQL query and return nothing.
PHPFSPOT_DB fetch ONE row
This function will execute the given but only return the first result.
PHPFSPOT_DB number of affected rows
This functions returns the number of affected rows but the given SQL query.
PHPFSPOT_DB database query
This function will execute a SQL query and return the result as object.
rollback transaction()
this function aborts a on going transaction
start transaction
this will start a transaction on ACID-supporting database systems.
Documentation generated on Sat, 30 May 2009 10:14:36 +0200 by phpDocumentor 1.4.2