MysqlConnectorImplements interfaces:
IConnector implementation for the PHP MySQL database extension.
Located in /MysqlConnector.php (line 43)
BaseConnector | --MysqlConnector
int
delete
(string $query, [array $param = array()], [array $map = array()], [array $options = array()])
int
insert
(string $query, [array $param = array()], [array $map = array()], [array $options = array()])
array
select
(string $query, [array $param = array()], [array $map = array()], [array $options = array()])
int
update
(string $query, [array $param = array()], [array $map = array()], [array $options = array()])
Inherited from BaseConnector
BaseConnector::$cache
BaseConnector::$conn
BaseConnector::$options
Open a connection to a MySQL Server and set global options.
Add a LIMIT x y statement to a SQL SELECT query when the IConnector::RESULT_LENGTH or IConnector::RESULT_OFFSET is set.
Send a SQL DELETE query to the database and get the number of rows deleted by the query.
Fetch multiple rows of a query result.
If the IConnector::RESULT_LENGTH or IConnector::RESULT_OFFSET options are set, some rows are omitted from the beginning and/or the end of the query result. If the IConnector::RESULT_KEY_FIELD option is set, the resulting table is an associated array of rows.
Send a SQL INSERT query to the database and get the IDENTITY ID generated from the last INSERT operation (if any).
Open a database connection.
Send a SQL SELECT query to the database and get the query result.
Escape special characters in a string parameter.
Send a SQL UPDATE query to the database and get the number of rows updates by the query.
Inherited From BaseConnector
BaseConnector::BaseConnector()
BaseConnector::bind()
BaseConnector::cast()
BaseConnector::castArray()
BaseConnector::castBool()
BaseConnector::castDate()
BaseConnector::castFloat()
BaseConnector::castInt()
BaseConnector::castNull()
BaseConnector::castNumeric()
BaseConnector::castObject()
BaseConnector::castString()
BaseConnector::commit()
BaseConnector::getCache()
BaseConnector::getHash()
BaseConnector::getLink()
BaseConnector::getOptions()
BaseConnector::lookup()
BaseConnector::push()
BaseConnector::rollback()
BaseConnector::setCache()
BaseConnector::setOptions()
BaseConnector::strDecode()
BaseConnector::strEncode()
BaseConnector::strEscape()
BaseConnector::strQuote()
BaseConnector::strStrip()
BaseConnector::transaction()
PARAM_ADD_SLASHES
= "paramAddSlashes"
(line 50)
List of additional escape characters for MySQL string parameters.
Documentation generated on Wed, 03 Jun 2009 12:41:52 +0200 by phpDocumentor 1.4.1