-
$_chainedException
-
-
$_config
-
User-provided configuration
-
$_config
-
User-provided configuration.
-
$_config
-
User-provided configuration.
-
$_connection
-
Database connection
-
$_execute_mode
-
-
$_execute_mode
-
Execution mode
-
$_fetchMode
-
Fetch mode
-
$_lastInsertTable
-
Table name of the last accessed table for an insert operation This is a DB2-Adapter-specific member variable with the utmost probability you might not find it in other adapters...
-
$_pdoType
-
PDO type.
-
$_pdoType
-
PDO type.
-
$_pdoType
-
PDO type.
-
$_pdoType
-
PDO type.
-
$_pdoType
-
PDO type
-
$_profiler
-
Query profiler
-
_beginTransaction
-
Begin a transaction.
-
_beginTransaction
-
Leave autocommit mode and begin a transaction.
-
_beginTransaction
-
Begin a transaction.
-
_beginTransaction
-
Begin a transaction.
-
_beginTransaction
-
Begin a transaction.
-
_commit
-
Commit a transaction and return to autocommit mode.
-
_commit
-
Commit a transaction.
-
_commit
-
Commit a transaction.
-
_commit
-
Commit a transaction.
-
_commit
-
Commit a transaction.
-
_connect
-
Creates a connection resource.
-
_connect
-
Creates a PDO object and connects to the database.
-
_connect
-
Creates a connection to the database.
-
_connect
-
Creates a connection to the database.
-
_connect
-
Creates a connection resource.
-
_dsn
-
Creates a PDO DSN for the adapter from $this->_config settings.
-
_dsn
-
Creates a PDO DSN for the adapter from $this->_config settings.
-
_dsn
-
Creates a PDO DSN for the adapter from $this->_config settings.
-
_dsn
-
DSN builder
-
_getExecuteMode
-
Gets the execution mode
-
_getExecuteMode
-
-
_quote
-
Quote a raw string.
-
_quote
-
Quote a raw string.
-
_quote
-
Quote a raw string.
-
_quote
-
Quote a raw string.
-
_quoteIdentifier
-
Quote an identifier.
-
_quoteIdentifierAs
-
Quote an identifier and an optional alias.
-
_rollBack
-
Roll-back a transaction.
-
_rollBack
-
Rollback a transaction.
-
_rollBack
-
Roll back a transaction and return to autocommit mode.
-
_rollBack
-
Roll-back a transaction.
-
_rollBack
-
Roll-back a transaction.
-
_setExecuteMode
-
-
__construct
-
Constructor.
-
__construct
-
Constructor.
-
__construct
-
Constructor.
-
__construct
-
-
__construct
-
-
__construct
-
-
__construct
-
Constructor.
-
$_expression
-
Storage for the SQL expression.
-
__construct
-
Instantiate an expression, which is just a string stored as an instance member variable.
-
__toString
-
-
$_enabled
-
Stores enabled state of the profiler. If set to False, calls to queryStart() will simply be ignored.
-
$_endedMicrotime
-
Unix timestamp with microseconds when self::queryEnd() was called.
-
$_filterElapsedSecs
-
Stores the number of seconds to filter. NULL if filtering by time is disabled. If an integer is stored here, profiles whose elapsed time is less than this value in seconds will be unset from the self::$_queryProfiles array.
-
$_filterTypes
-
Logical OR of any of the filter constants. NULL if filtering by query
-
$_query
-
SQL query string or user comment, set by $query argument in constructor.
-
$_queryProfiles
-
Array of Zend_Db_Profiler_Query objects.
-
$_queryType
-
One of the Zend_Db_Profiler constants for query type, set by $queryType argument in constructor.
-
$_startedMicrotime
-
Unix timestamp with microseconds when instantiated.
-
__construct
-
Class constructor. A query is about to be started, save the query text ($query) and its type (one of the Zend_Db_Profiler::* constants).
-
__construct
-
Class constructor. The profiler is disabled by default unless it is specifically enabled by passing in $enabled here or calling setEnabled().
-
$_adapter
-
Zend_Db_Adapter_Abstract object.
-
$_parts
-
The component parts of a SELECT statement.
-
$_partsInit
-
The initial values for the $_parts array.
-
$_tableCols
-
Tracks which columns are being select from each table and join.
-
_join
-
Populate the $_parts 'join' key
-
_tableCols
-
Adds to the internal table-to-column mapping array.
-
__construct
-
Class constructor
-
__toString
-
Converts this object to an SQL SELECT string.
-
$_attribute
-
Attributes.
-
$_bindColumn
-
Column result bindings.
-
$_bindParam
-
Query parameter bindings; covers bindParam() and bindValue().
-
$_fetchMode
-
The current fetch mode.
-
$_keys
-
Column names.
-
$_keys
-
Column names.
-
$_keys
-
Column names.
-
$_sqlParam
-
Parameter placeholders in the SQL string by position in the split array.
-
$_sqlSplit
-
SQL string split into an array at placeholders.
-
$_stmt
-
The connection_stmt object.
-
$_stmt
-
The mysqli_stmt object.
-
$_stmt
-
Statement resource handle.
-
$_values
-
Fetched result values.
-
$_values
-
Fetched result values.
-
$_values
-
Fetched result values.
-
_joinSql
-
Joins SQL text and bound params into a string.
-
_prepSql
-
Splits SQL into text and params, sets up $this->_bindParam for replacements.
-
_prepSql
-
Prepares statement handle
-
_prepSql
-
Prepare a statement handle.
-
__construct
-
-
__construct
-
-
__construct
-
Constructor.
-
$_cleanData
-
This is set to a copy of $_data when the data is fetched from a database, specified as a new tuple in the constructor, or when dirty data is posted to the database with save().
-
$_cols
-
The table column names derived from Zend_Db_Adapter_Abstract::describeTable().
-
$_connected
-
Connected is true if we have a reference to a live Zend_Db_Table_Abstract object.
-
$_connected
-
Connected is true if we have a reference to a live Zend_Db_Table_Abstract object.
-
$_count
-
How many data rows there are.
-
$_data
-
The data for each column in the row (column_name => value).
-
$_data
-
The original data for each row.
-
$_db
-
Zend_Db_Adapter_Abstract object.
-
$_defaultDb
-
Default Zend_Db_Adapter_Abstract object.
-
$_dependentTables
-
Simple array of class names of tables that are "children" of the current table, in other words tables that contain a foreign key to this one.
-
$_metadata
-
Information provided by the adapter's describeTable() method.
-
$_name
-
The table name derived from the class name (underscore format).
-
$_pointer
-
Iterator pointer.
-
$_primary
-
Primary row key(s).
-
$_primary
-
The primary key column (underscore format).
-
$_referenceMap
-
Associative array map of declarative referential integrity rules.
-
$_rowClass
-
Default classname for row
-
$_rowClass
-
Zend_Db_Table_Row_Abstract class name.
-
$_rows
-
Collection of instantiated Zend_Db_Table_Row objects.
-
$_rowsetClass
-
Default classname for rowset
-
$_schema
-
The schema name (default null means current schema)
-
$_table
-
Zend_Db_Table object.
-
$_table
-
Zend_Db_Table parent class or instance.
-
$_tableClass
-
Zend_Db_Table class name.
-
$_tableClass
-
Name of the class of the Zend_Db_Table object.
-
_cascadeDelete
-
Called by parent table's class during delete() method.
-
_cascadeUpdate
-
Called by a row object for the parent table's class during save() method.
-
_delete
-
Allows pre-delete logic to be applied to row.
-
_fetch
-
Support method for fetching rows.
-
_getPrimaryKey
-
Retrieves an associative array of primary keys.
-
_getTable
-
Retrieves an instance of the parent table.
-
_getWhereQuery
-
Constructs where statement for retrieving row(s).
-
_insert
-
Allows pre-insert logic to be applied to row.
-
_prepareReference
-
Prepares a table reference for lookup.
-
_refresh
-
Refreshes properties from the database.
-
_setup
-
Turnkey for initialization of a table object.
-
_setupDatabaseAdapter
-
Initialize database adapter.
-
_setupMetadata
-
Initialize metadata.
-
_setupPrimaryKey
-
Initialize primary key from metadata.
-
_setupTableName
-
Initialize table name.
-
_transformColumn
-
Transform a column name from the user-specified form to the physical form used in the database.
-
_update
-
Allows pre-update logic to be applied to row.
-
__call
-
Turn magic function calls into non-magic function calls to the above methods.
-
__construct
-
Constructor.
-
__construct
-
Constructor.
-
__construct
-
Constructor.
-
__get
-
Retrieve row field value
-
__isset
-
Test existence of row field
-
__set
-
Set row field value
-
__sleep
-
Store data, class names, and state in serialized object
-
__sleep
-
Store table, primary key and data in serialized object
-
__wakeup
-
Setup to do on wakeup.
-
__wakeup
-
Setup to do on wakeup.
-
$code
-
-
$code
-
-
closeConnection
-
Force the connection to close.
-
closeConnection
-
Force the connection to close.
-
closeConnection
-
Force the connection to close.
-
closeConnection
-
Force the connection to close.
-
closeConnection
-
Force the connection to close.
-
commit
-
Commit a transaction and return to autocommit mode.
-
camelize
-
Convert underscore_words to camelCaps.
-
clear
-
Clears the history of any past query profiles. This is unrelentless and will even clear queries that were started and may not have been marked as ended.
-
$code
-
-
$code
-
-
closeCursor
-
Closes the cursor, allowing the statement to be executed again.
-
closeCursor
-
closes the cursor, allowing the statement to be executed again
-
closeCursor
-
Closes the cursor, allowing the statement to be executed again.
-
closeCursor
-
closes the cursor, allowing the statement to be executed again
-
closeCursor
-
Closes the cursor, allowing the statement to be executed again.
-
columnCount
-
Returns the number of columns in the result set.
-
columnCount
-
Returns the number of columns in the result set.
-
columnCount
-
returns the number of columns in the result set
-
columnCount
-
Returns the number of columns in the result set.
-
columnCount
-
Returns the number of columns in the result set.
-
count
-
Returns the number of elements in the collection.
-
current
-
Return the current element.
-
SCHEMA
-
-
FETCH_ASSOC
-
-
FETCH_BOTH
-
-
FETCH_BOUND
-
-
FETCH_CLASS
-
-
FETCH_CLASSTYPE
-
-
FETCH_COLUMN
-
-
FETCH_FUNC
-
-
FETCH_GROUP
-
-
FETCH_INTO
-
-
FETCH_LAZY
-
-
FETCH_NAMED
-
-
FETCH_NUM
-
-
FETCH_OBJ
-
-
FETCH_ORI_ABS
-
-
FETCH_ORI_FIRST
-
-
FETCH_ORI_LAST
-
-
FETCH_ORI_NEXT
-
-
FETCH_ORI_PRIOR
-
-
FETCH_ORI_REL
-
-
FETCH_SERIALIZE
-
-
FETCH_UNIQUE
-
-
Exception.php
-
-
Exception.php
-
-
Exception.php
-
-
Exception.php
-
-
Exception.php
-
-
Expr.php
-
-
DELETE
-
An operation related to deleting data in the database, such as SQL's DELETE.
-
end
-
The query has ended. Record the time so that the elapsed time can be determined later.
-
SELECT
-
Retrieving information from the database, such as SQL's SELECT.
-
Exception.php
-
-
LEFT_JOIN
-
-
Exception.php
-
-
errorCode
-
Retrieves an error code, if any, from the statement.
-
errorCode
-
retrieves an error code, if any, from the statement
-
errorCode
-
Retrieves a sql state, if any, from the statement.
-
errorCode
-
Retrieves an error code, if any, from the statement.
-
errorCode
-
Retrieves an error code, if any, from the statement.
-
errorInfo
-
Retrieves an error msg, if any, from the statement.
-
errorInfo
-
retrieves an array of error information, if any, from the statement
-
errorInfo
-
Retrieves an array of error information, if any, from the statement.
-
errorInfo
-
Retrieves an array of error information, if any, from the statement.
-
errorInfo
-
Retrieves an array of error information, if any, from the statement.
-
execute
-
Executes a prepared statement.
-
execute
-
Executes a prepared statement.
-
execute
-
executes a prepared statement
-
execute
-
Executes a prepared statement.
-
execute
-
Executes a prepared statement.
-
Exception.php
-
-
Exception.php
-
-
Exception.php
-
-
Exception.php
-
-
DEPENDENT_TABLES
-
-
exists
-
Returns true if $this->count > 0, false otherwise.
-
METADATA
-
-
REFERENCE_MAP
-
-
REF_COLUMNS
-
-
REF_TABLE_CLASS
-
-
RESTRICT
-
-
SET_NULL
-
-
Exception.php
-
-
Exception.php
-
-
factory
-
Factory for Zend_Db_Adapter_Abstract classes.
-
fetchAll
-
Fetches all SQL result rows as a sequential array.
-
fetchAssoc
-
Fetches all SQL result rows as an associative array.
-
fetchCol
-
Fetches the first column of all SQL result rows as an array.
-
fetchOne
-
Fetches the first column of the first row of the SQL result.
-
fetchPairs
-
Fetches all SQL result rows as an array of key-value pairs.
-
fetchRow
-
Fetches the first row of the SQL result.
-
forUpdate
-
Makes the query SELECT FOR UPDATE.
-
from
-
Adds a FROM table and optional columns to the query.
-
fetch
-
Fetches a row from the result set.
-
fetch
-
Fetches a row from a result set.
-
fetch
-
fetches a row from a result set
-
fetch
-
Fetches a row from the result set.
-
fetch
-
Fetches a row from a result set.
-
fetchAll
-
Fetches an array containing all of the rows from a result set.
-
fetchAll
-
fetches an array containing all of the rows from a result set
-
fetchAll
-
Fetches an array containing all of the rows from a result set
-
fetchAll
-
Fetches an array containing all of the rows from a result set.
-
fetchColumn
-
Returns the data from a single column in the next single row of the result set.
-
fetchColumn
-
Returns the data from a single column in a result set.
-
fetchColumn
-
returns the data from a single column in a result set
-
fetchObject
-
Fetches the next row and returns it as an object.
-
fetchObject
-
Fetches the next row and returns it as an object.
-
fetchObject
-
-
fetchObject
-
fetches the next row and returns it as an object
-
fetchAll
-
Fetches all rows.
-
fetchNew
-
Fetches a new blank row (not from the database).
-
fetchRow
-
Fetches one row in an object of type Zend_Db_Table_Row_Abstract, or returns Boolean false if no row matches the specified criteria.
-
find
-
Fetches rows by primary key.
-
findDependentRowset
-
Query a dependent table to retrieve rows matching the current row.
-
findManyToManyRowset
-
-
findParentRow
-
Query a parent table to retrieve the single row matching the current row.
-
getChainedException
-
-
getConnection
-
Returns the underlying database connection object or resource.
-
getFetchMode
-
Get the fetch mode.
-
getProfiler
-
Returns the profiler for this adapter.
-
getQuoteIdentifierSymbol
-
-
getQuoteIdentifierSymbol
-
Returns the symbol the adapter uses for delimiting identifiers.
-
getQuoteIdentifierSymbol
-
Returns the symbol the adapter uses for delimited identifiers.
-
getQuoteIdentifierSymbol
-
-
getElapsedSecs
-
Get the elapsed time (in seconds) that the query ran.
-
getEnabled
-
Get the current state of enable. If True is returned, the profiler is enabled.
-
getLastQueryProfile
-
Get the Zend_Db_Profiler_Query object for the last query that was run, regardless if it has ended or not. If the query has not ended, it's end time will be Null.
-
getQuery
-
Get the original SQL text of the query.
-
getQueryProfile
-
Get a profile for a query. Pass it the same handle that was returned by queryStart() and it will return a Zend_Db_Profiler_Query object.
-
getQueryProfiles
-
Get an array of query profiles (Zend_Db_Profiler_Query objects). If $queryType
-
getQueryType
-
Get the type of this query (one of the Zend_Db_Profiler::* constants)
-
getTotalElapsedSecs
-
Get the total elapsed time (in seconds) of all of the profiled queries.
-
getTotalNumQueries
-
Get the total number of queries that have been profiled. Only queries that have ended will be counted. If $queryType is set to one of the Zend_Db_Profiler::* constants, only queries of that type will be counted.
-
getPart
-
Get part of the structured information for the currect query.
-
group
-
Adds grouping to the query.
-
getAttribute
-
Retrieves a Zend_Db_Statement attribute.
-
getAttribute
-
retrieves a Zend_Db_Statement attribute
-
getAdapter
-
Gets the Zend_Db_Adapter_Abstract for this particular Zend_Db_Table object.
-
getDefaultAdapter
-
Gets the default Zend_Db_Adapter_Abstract for all Zend_Db_Table objects.
-
getDependentTables
-
-
getReference
-
-
getRowClass
-
-
getRowsetClass
-
-
getTableClass
-
Query the class name of the Table object for which this Rowset was created.
-
getTableClass
-
Query the class name of the Table object for which this Row was created.
-
lastInsertId
-
Gets the last ID generated automatically by an IDENTITY/AUTOINCREMENT column.
-
lastInsertId
-
Gets the last ID generated automatically by an IDENTITY/AUTOINCREMENT column.
-
lastInsertId
-
Gets the last ID generated automatically by an IDENTITY/AUTOINCREMENT column.
-
lastInsertId
-
Gets the last ID generated automatically by an IDENTITY/AUTOINCREMENT column.
-
lastInsertId
-
Gets the last ID generated automatically by an IDENTITY/AUTOINCREMENT column.
-
lastInsertId
-
Gets the last ID generated automatically by an IDENTITY/AUTOINCREMENT column.
-
lastInsertId
-
Gets the last ID generated automatically by an IDENTITY/AUTOINCREMENT column.
-
lastInsertId
-
Gets the last ID generated automatically by an IDENTITY/AUTOINCREMENT column.
-
lastSequenceId
-
Return the most recent value from the specified sequence in the database.
-
lastSequenceId
-
Return the most recent value from the specified sequence in the database.
-
lastSequenceId
-
Return the most recent value from the specified sequence in the database.
-
lastSequenceId
-
Return the most recent value from the specified sequence in the database.
-
lastSequenceId
-
Return the most recent value from the specified sequence in the database.
-
limit
-
Adds an adapter-specific LIMIT clause to the SELECT statement.
-
limit
-
Adds an adapter-specific LIMIT clause to the SELECT statement.
-
limit
-
Adds an adapter-specific LIMIT clause to the SELECT statement.
-
limit
-
Adds an adapter-specific LIMIT clause to the SELECT statement.
-
limit
-
Adds an adapter-specific LIMIT clause to the SELECT statement.
-
limit
-
Adds an adapter-specific LIMIT clause to the SELECT statement.
-
limit
-
Adds an adapter-specific LIMIT clause to the SELECT statement.
-
limit
-
Adds an adapter-specific LIMIT clause to the SELECT statement.
-
limit
-
Adds an adapter-specific LIMIT clause to the SELECT statement.
-
listTables
-
Returns a list of the tables in the database.
-
listTables
-
Returns a list of the tables in the database.
-
listTables
-
Returns a list of the tables in the database.
-
listTables
-
Returns a list of the tables in the database.
-
listTables
-
Returns a list of the tables in the database.
-
listTables
-
Returns a list of the tables in the database.
-
listTables
-
Returns a list of the tables in the database.
-
listTables
-
Returns a list of the tables in the database.
-
listTables
-
Returns a list of the tables in the database.
-
limit
-
Sets a limit count and offset to the query.
-
limitPage
-
Sets the limit and count by page number.
-
Zend_Db
-
Class for connecting to SQL databases and performing common operations.
-
Zend_Db_Exception
-
-
Zend_Db_Adapter_Abstract
-
Class for connecting to SQL databases and performing common operations.
-
Zend_Db_Adapter_Db2
-
-
Zend_Db_Adapter_Db2_Exception
-
Zend_Db_Adapter_Db2_Exception
-
Zend_Db_Adapter_Exception
-
-
Zend_Db_Adapter_Mysqli
-
Class for connecting to SQL databases and performing common operations.
-
Zend_Db_Adapter_Mysqli_Exception
-
Zend_Db_Adapter_Mysqli_Exception
-
Zend_Db_Adapter_Oracle
-
-
Zend_Db_Adapter_Oracle_Exception
-
Zend_Db_Adapter_Oracle_Exception
-
Zend_Db_Adapter_Pdo_Abstract
-
Class for connecting to SQL databases and performing common operations using PDO.
-
Zend_Db_Adapter_Pdo_Mssql
-
Class for connecting to Microsoft SQL Server databases and performing common operations.
-
Zend_Db_Adapter_Pdo_Mysql
-
Class for connecting to MySQL databases and performing common operations.
-
Zend_Db_Adapter_Pdo_Oci
-
Class for connecting to Oracle databases and performing common operations.
-
Zend_Db_Adapter_Pdo_Pgsql
-
Class for connecting to PostgreSQL databases and performing common operations.
-
Zend_Db_Adapter_Pdo_Sqlite
-
Class for connecting to SQLite2 and SQLite3 databases and performing common operations.
-
Zend_Db_Expr
-
Class for SQL SELECT fragments.
-
Zend_Db_Inflector
-
Class for name inflections.
-
Zend_Db_Profiler
-
-
Zend_Db_Profiler_Exception
-
-
Zend_Db_Profiler_Query
-
-
Zend_Db_Select
-
Class for SQL SELECT generation and results.
-
Zend_Db_Select_Exception
-
-
Zend_Db_Statement
-
Abstract class to emulate a PDOStatement for native database adapters.
-
Zend_Db_Statement_Db2
-
Extends for DB2 native adapter.
-
Zend_Db_Statement_Db2_Exception
-
-
Zend_Db_Statement_Exception
-
Zend_Db_Statement_Exception
-
Zend_Db_Statement_Interface
-
Emulates a PDOStatement for native database adapters.
-
Zend_Db_Statement_Mysqli
-
Extends for Mysqli
-
Zend_Db_Statement_Mysqli_Exception
-
-
Zend_Db_Statement_Oracle
-
Extends for Oracle.
-
Zend_Db_Statement_Oracle_Exception
-
-
Zend_Db_Table
-
Class for SQL table interface.
-
Zend_Db_Table_Abstract
-
Class for SQL table interface.
-
Zend_Db_Table_Exception
-
-
Zend_Db_Table_Row
-
Reference concrete class that extends Zend_Db_Table_Row_Abstract.
-
Zend_Db_Table_Rowset
-
Reference concrete class that extends Zend_Db_Table_Rowset_Abstract.
-
Zend_Db_Table_Rowset_Abstract
-
-
Zend_Db_Table_Row_Abstract
-
-
Zend_Db_Table_Row_Exception
-