[ZendX_Db] element index
Package indexes
default
ZendX_JQuery
ZendX_Console
ZendX_Whois
ZendX
ZendX_Application
All elements
c
d
e
f
g
i
l
n
p
q
r
s
z
_
_
top
$_autoQuoteIdentifiers
ZendX_Db_Adapter_Firebird::$_autoQuoteIdentifiers
in Firebird.php
Specifies whether the adapter automatically quotes identifiers.
$_numericDataTypes
ZendX_Db_Adapter_Firebird::$_numericDataTypes
in Firebird.php
Keys are UPPERCASE SQL datatypes or the constants Zend_Db::INT_TYPE, Zend_Db::BIGINT_TYPE, or Zend_Db::FLOAT_TYPE.
$_transResource
ZendX_Db_Adapter_Firebird::$_transResource
in Firebird.php
The transaction resource.
_beginTransaction
ZendX_Db_Adapter_Firebird::_beginTransaction()
in Firebird.php
Begin a transaction.
_commit
ZendX_Db_Adapter_Firebird::_commit()
in Firebird.php
Commit a transaction.
_connect
ZendX_Db_Adapter_Firebird::_connect()
in Firebird.php
Creates a connection to the database.
_formatDbConnString
ZendX_Db_Adapter_Firebird::_formatDbConnString()
in Firebird.php
Format a connection string to connect to database
_quote
ZendX_Db_Adapter_Firebird::_quote()
in Firebird.php
Quote a raw string.
_rollBack
ZendX_Db_Adapter_Firebird::_rollBack()
in Firebird.php
Roll-back a transaction.
$_keys
ZendX_Db_Statement_Firebird::$_keys
in Firebird.php
Column names.
$_meta
ZendX_Db_Statement_Firebird::$_meta
in Firebird.php
$_stmtColumnCount
ZendX_Db_Statement_Firebird::$_stmtColumnCount
in Firebird.php
The firebird_stmtResult resource.
$_stmtPrepared
ZendX_Db_Statement_Firebird::$_stmtPrepared
in Firebird.php
The firebird_stmtPrepared resource.
$_stmtResult
ZendX_Db_Statement_Firebird::$_stmtResult
in Firebird.php
The firebird_stmtResult resource.
$_stmtRowCount
ZendX_Db_Statement_Firebird::$_stmtRowCount
in Firebird.php
The firebird_stmtResult resource.
$_values
ZendX_Db_Statement_Firebird::$_values
in Firebird.php
Fetched result values.
_bindParam
ZendX_Db_Statement_Firebird::_bindParam()
in Firebird.php
Binds a parameter to the specified variable name.
_execute
ZendX_Db_Statement_Firebird::_execute()
in Firebird.php
Executes a prepared statement.
_prepare
ZendX_Db_Statement_Firebird::_prepare()
in Firebird.php
c
top
closeConnection
ZendX_Db_Adapter_Firebird::closeConnection()
in Firebird.php
Force the connection to close.
close
ZendX_Db_Statement_Firebird::close()
in Firebird.php
Closes the cursor and the statement.
closeCursor
ZendX_Db_Statement_Firebird::closeCursor()
in Firebird.php
Closes the cursor, allowing the statement to be executed again.
columnCount
ZendX_Db_Statement_Firebird::columnCount()
in Firebird.php
Returns the number of columns in the result set.
d
top
describeTable
ZendX_Db_Adapter_Firebird::describeTable()
in Firebird.php
Returns the column descriptions for a table.
e
top
Exception.php
Exception.php
in Exception.php
Exception.php
Exception.php
in Exception.php
errorCode
ZendX_Db_Statement_Firebird::errorCode()
in Firebird.php
Retrieves the error code, if any, associated with the last operation on the statement handle.
errorInfo
ZendX_Db_Statement_Firebird::errorInfo()
in Firebird.php
Retrieves an array of error information, if any, associated with the last operation on the statement handle.
f
top
Firebird.php
Firebird.php
in Firebird.php
Firebird.php
Firebird.php
in Firebird.php
fetch
ZendX_Db_Statement_Firebird::fetch()
in Firebird.php
Fetches a row from the result set.
g
top
getServerVersion
ZendX_Db_Adapter_Firebird::getServerVersion()
in Firebird.php
Retrieve server version in PHP style
getTransaction
ZendX_Db_Adapter_Firebird::getTransaction()
in Firebird.php
Return the status of current transaction.
i
top
isConnected
ZendX_Db_Adapter_Firebird::isConnected()
in Firebird.php
Test if a connection is active
l
top
lastInsertId
ZendX_Db_Adapter_Firebird::lastInsertId()
in Firebird.php
Gets the last ID generated automatically by an IDENTITY/AUTOINCREMENT column.
lastSequenceId
ZendX_Db_Adapter_Firebird::lastSequenceId()
in Firebird.php
Return the most recent value from the specified sequence in the database.
limit
ZendX_Db_Adapter_Firebird::limit()
in Firebird.php
Adds an adapter-specific LIMIT clause to the SELECT statement.
listTables
ZendX_Db_Adapter_Firebird::listTables()
in Firebird.php
Returns a list of the tables in the database.
n
top
nextSequenceId
ZendX_Db_Adapter_Firebird::nextSequenceId()
in Firebird.php
Generate a new value from the specified sequence in the database, and return it.
nextRowset
ZendX_Db_Statement_Firebird::nextRowset()
in Firebird.php
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
prepare
ZendX_Db_Adapter_Firebird::prepare()
in Firebird.php
Prepare a statement and return a Statement resource.
q
top
quoteTableAs
ZendX_Db_Adapter_Firebird::quoteTableAs()
in Firebird.php
Quote a table identifier and alias.
r
top
rowCount
ZendX_Db_Statement_Firebird::rowCount()
in Firebird.php
Returns the number of rows affected by the execution of the last INSERT, DELETE, or UPDATE statement executed by this statement object.
s
top
setFetchMode
ZendX_Db_Adapter_Firebird::setFetchMode()
in Firebird.php
Set the fetch mode.
supportsParameters
ZendX_Db_Adapter_Firebird::supportsParameters()
in Firebird.php
Check if the adapter supports real SQL parameters.
z
top
ZendX_Db_Adapter_Firebird
ZendX_Db_Adapter_Firebird
in Firebird.php
ZendX_Db_Adapter_Firebird_Exception
ZendX_Db_Adapter_Firebird_Exception
in Exception.php
ZendX_Db_Adapter_Firebird_Exception
ZendX_Db_Statement_Firebird
ZendX_Db_Statement_Firebird
in Firebird.php
Extends for Firebird
ZendX_Db_Statement_Firebird_Exception
ZendX_Db_Statement_Firebird_Exception
in Exception.php
ZendX_Db_Adapter_Firebird_Exception
c
d
e
f
g
i
l
n
p
q
r
s
z
_