[Zend_Db] element index

Package indexes

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