[Zend_Db] element index
Package indexes
Zend_Calendar
default
Zend_Controller
Zend_Db_Xml
Zend_Environment
ZForm
Zend_Http
Zend_Json
Zend_Log
Zend_Mail
Zend_Memory
Zend_Mime
Zend_Service
Zend_Soap
Zend_TimeSync
Zend_Translate
Zend_Uri
All elements
d
f
g
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
g
top
getQuoteIdentifierSymbol
Zend_Db_Adapter_Mysqli::getQuoteIdentifierSymbol()
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
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
g
i
l
m
p
q
s
u
z
_