[Zend_Db] element index

Package indexes

All elements
b c d f g i l m p q r s u z _
_
top
Variable $_config
User-provided configuration.
Variable $_fetchMode
Fetch mode.
Variable $_profiler
Query profiler.
Method _connect
Creates a connection resource.
b
top
Method beginTransaction
Leave autocommit mode and begin a transaction.
c
top
Method commit
Commit a transaction and return to autocommit mode.
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
Fetches all SQL result rows as a sequential array.
Method fetchAssoc
Fetches all SQL result rows as an associative array.
Method fetchCol
Fetches the first column of all SQL result rows as an array.
Method fetchOne
Fetches the first column of the first row of the SQL result.
Method fetchPairs
Fetches all SQL result rows as an array of key-value pairs.
Method fetchRow
Fetches the first row of the SQL result.
g
top
Method getFetchMode
Get the fetch mode.
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
Returns an SQL statement for preparation.
q
top
Method query
Executes an SQL statement with bound data.
Method quote
Safely quotes a value for an SQL statement.
Method quoteIdentifier
Quotes an identifier.
Method quoteInto
Quotes a value and places into a piece of text at a placeholder.
r
top
Method rollBack
Roll back a transaction and return to autocommit mode.
s
top
Method select
Creates and returns a new Zend_Db_Select object for this adapter.
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
b c d f g i l m p q r s u z _