[ZendX_Db] element index

Package indexes

All elements
c d e f g l n p q r s z _
_
top
Variable $_autoQuoteIdentifiers
Specifies whether the adapter automatically quotes identifiers.
Variable $_numericDataTypes
Keys are UPPERCASE SQL datatypes or the constants Zend_Db::INT_TYPE, Zend_Db::BIGINT_TYPE, or Zend_Db::FLOAT_TYPE.
Variable $_transResource
The transaction resource.
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.
Variable $_keys
Column names.
Variable $_meta
Variable $_stmtColumnCount
The firebird_stmtResult resource.
Variable $_stmtPrepared
The firebird_stmtPrepared resource.
Variable $_stmtResult
The firebird_stmtResult resource.
Variable $_stmtRowCount
The firebird_stmtResult resource.
Variable $_values
Fetched result values.
Method _bindParam
Binds a parameter to the specified variable name.
Method _execute
Executes a prepared statement.
Method _prepare
c
top
Method closeConnection
Force the connection to close.
Method close
Closes the cursor and the statement.
Method closeCursor
Closes the cursor, allowing the statement to be executed again.
Method columnCount
Returns the number of columns in the result set.
d
top
Method describeTable
Returns the column descriptions for a table.
e
top
Page Exception.php
Exception.php in Exception.php
Page Exception.php
Exception.php in Exception.php
Method errorCode
Retrieves the error code, if any, associated with the last operation on the statement handle.
Method errorInfo
Retrieves an array of error information, if any, associated with the last operation on the statement handle.
f
top
Page Firebird.php
Firebird.php in Firebird.php
Page Firebird.php
Firebird.php in Firebird.php
Method fetch
Fetches a row from the result set.
g
top
Method getTransaction
Return the status of current transaction.
l
top
Method lastInsertId
Gets the last ID generated automatically by an IDENTITY/AUTOINCREMENT column.
Method lastSequenceId
Return the most recent value from the specified sequence in the database.
Method limit
Adds an adapter-specific LIMIT clause to the SELECT statement.
Method listTables
Returns a list of the tables in the database.
n
top
Method nextSequenceId
Generate a new value from the specified sequence in the database, and return it.
Method nextRowset
Retrieves the next rowset (result set) for a SQL statement that has multiple result sets. An example is a stored procedure that returns the results of multiple queries.
p
top
Method prepare
Prepare a statement and return a Statement resource.
q
top
Method quoteTableAs
Quote a table identifier and alias.
r
top
Method rowCount
Returns the number of rows affected by the execution of the last INSERT, DELETE, or UPDATE statement executed by this statement object.
s
top
Method setFetchMode
Set the fetch mode.
Method supportsParameters
Check if the adapter supports real SQL parameters.
z
top
Class ZendX_Db_Adapter_Firebird
Class ZendX_Db_Adapter_Firebird_Exception
ZendX_Db_Adapter_Firebird_Exception
Class ZendX_Db_Statement_Firebird
Extends for Firebird
Class ZendX_Db_Statement_Firebird_Exception
ZendX_Db_Adapter_Firebird_Exception
c d e f g l n p q r s z _