[Zend_Db] element index
Package indexes
Zend_Registry
default
Zend_Acl
Zend_Mime
Zend_Mime_Decode
ZForm
Zend_Controller
Zend_Server
Zend_Rest
Zend_Http
Zend_Service
Zend_Session_Core
Zend_Exception
Zend_Json
Zend_XmlRpc
Xml
Zend_View
Zend_Mail
Zend_Request
Zend
All elements
d
f
i
l
m
p
q
s
u
z
_
_
top
_beginTransaction
Zend_Db_Adapter_MySQLi::_beginTransaction()
in Mysqli.php
Begin a transaction.
_commit
Zend_Db_Adapter_MySQLi::_commit()
in Mysqli.php
Commit a transaction.
_connect
Zend_Db_Adapter_MySQLi::_connect()
in Mysqli.php
Creates a connection to the database.
_quote
Zend_Db_Adapter_MySQLi::_quote()
in Mysqli.php
Quote a raw string.
_rollBack
Zend_Db_Adapter_MySQLi::_rollBack()
in Mysqli.php
Roll-back a transaction.
d
top
delete
Zend_Db_Adapter_MySQLi::delete()
in Mysqli.php
Deletes table rows based on a WHERE clause.
describeTable
Zend_Db_Adapter_MySQLi::describeTable()
in Mysqli.php
Returns the column descriptions for a table.
f
top
fetchAll
Zend_Db_Adapter_MySQLi::fetchAll()
in Mysqli.php
fetchRow
Zend_Db_Adapter_MySQLi::fetchRow()
in Mysqli.php
i
top
insert
Zend_Db_Adapter_MySQLi::insert()
in Mysqli.php
Inserts a table row with specified data.
l
top
lastInsertId
Zend_Db_Adapter_MySQLi::lastInsertId()
in Mysqli.php
Gets the last inserted ID.
limit
Zend_Db_Adapter_MySQLi::limit()
in Mysqli.php
Adds an adapter-specific LIMIT clause to the SELECT statement.
listTables
Zend_Db_Adapter_MySQLi::listTables()
in Mysqli.php
Returns a list of the tables in the database.
m
top
Mysqli.php
Mysqli.php
in Mysqli.php
p
top
prepare
Zend_Db_Adapter_MySQLi::prepare()
in Mysqli.php
Prepare a statement and return a PDOStatement-like object.
q
top
query
Zend_Db_Adapter_MySQLi::query()
in Mysqli.php
quoteIdentifier
Zend_Db_Adapter_MySQLi::quoteIdentifier()
in Mysqli.php
Quotes an identifier.
s
top
setFetchMode
Zend_Db_Adapter_MySQLi::setFetchMode()
in Mysqli.php
Set the fetch mode.
u
top
update
Zend_Db_Adapter_MySQLi::update()
in Mysqli.php
Updates table rows with specified data based on a WHERE clause.
z
top
Zend_Db_Adapter_MySQLi
Zend_Db_Adapter_MySQLi
in Mysqli.php
d
f
i
l
m
p
q
s
u
z
_