[Zend_Db] element index

Package indexes

All elements
d f i l m p q s u z _
_
top
_beginTransaction
Begin a transaction.
_commit
Commit a transaction.
_connect
Creates a connection to the database.
_quote
Quote a raw string.
_rollBack
Roll-back a transaction.
d
top
delete
Deletes table rows based on a WHERE clause.
describeTable
Returns the column descriptions for a table.
f
top
fetchAll
fetchRow
i
top
insert
Inserts a table row with specified data.
l
top
lastInsertId
Gets the last inserted ID.
limit
Adds an adapter-specific LIMIT clause to the SELECT statement.
listTables
Returns a list of the tables in the database.
m
top
Mysqli.php
Mysqli.php in Mysqli.php
p
top
prepare
Prepare a statement and return a PDOStatement-like object.
q
top
query
quoteIdentifier
Quotes an identifier.
s
top
setFetchMode
Set the fetch mode.
u
top
update
Updates table rows with specified data based on a WHERE clause.
z
top
Zend_Db_Adapter_MySQLi
d f i l m p q s u z _