AutoCRUD MySQL Class
This class is used by the AutoCRUD object to query MySQL
Located in /mysql.inc.php (line 18)
Database Name
Can be used to set the name of the database you want to use instead of passing it as a function argument
MySQL Password
Can be used to set the MySQL password instead of passing it as a function argument
MySQL Host
Can be used to set the MySQL host instead of passing it as a function argument
Use Persistant Connections
Set to true if you want to use persistant MySQL connections, false for regular connections
MySQL User
Can be used to set the MySQL user instead of passing it as a function argument
Returns the number of rows affected by the last query
Used to close the MySQL connection
Used to setup a connection with the MySQL server
Used to return an error (mainly used internally)
Used to get the record ID of the last inserted record
Can be used to check whether there is a connection or not
Returns an array of all the queries that have been executed
Used to execute a query on the database
Used to select a single record
Returns the number of queries that have been executed
Used to prevent SQL injection, will escape all the 'dangerous' characters and put quotes around it
Used to quote multiple variables into one statement
Used to select a database you want to use
Used to select a list of records
Documentation generated on Wed, 14 Jun 2006 14:08:43 +0200 by phpDocumentor 1.3.0RC4