[Zend_Db] element index

Package indexes

All elements
a b c d e f g h i j k l m n o p q r s t u v w z _
_
top
Variable $_config
User-provided configuration.
Variable $_config
User-provided configuration.
Variable $_config
User-provided configuration
Variable $_connection
Database connection
Variable $_execute_mode
Execution mode
Variable $_execute_mode
Variable $_fetchMode
Fetch mode
Variable $_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...
Variable $_pdoType
PDO type.
Variable $_pdoType
PDO type.
Variable $_pdoType
PDO type.
Variable $_pdoType
PDO type.
Variable $_pdoType
PDO type
Variable $_profiler
Query profiler
Method _beginTransaction
Begin a transaction.
Method _beginTransaction
Begin a transaction.
Method _beginTransaction
Begin a transaction.
Method _beginTransaction
Leave autocommit mode and begin a transaction.
Method _commit
Commit a transaction.
Method _commit
Commit a transaction.
Method _commit
Commit a transaction and return to autocommit mode.
Method _commit
Commit a transaction.
Method _connect
Creates a connection resource.
Method _connect
Creates a connection resource.
Method _connect
Creates a PDO object and connects to the database.
Method _connect
Creates a connection to the database.
Method _dsn
Creates a PDO DSN for the adapter from $this->_config settings.
Method _dsn
DSN builder
Method _getExecuteMode
Method _getExecuteMode
Gets the execution mode
Method _quote
Quote a raw string.
Method _quote
Quote a raw string.
Method _quote
Quote a raw string
Method _quote
Quote a raw string.
Method _quote
Quote a raw string.
Method _rollBack
Roll-back a transaction.
Method _rollBack
Roll-back a transaction.
Method _rollBack
Roll-back a transaction.
Method _rollBack
Roll back a transaction and return to autocommit mode.
Method _setExecuteMode
Method __construct
Constructor.
Method __construct
Constructor.
Method __construct
Method __construct
Method __construct
Constructor.
Method __construct
Constructor.
Variable $_enabled
Stores enabled state of the profiler. If set to False, calls to queryStart() will simply be ignored.
Variable $_endedMicrotime
Unix timestamp with microseconds when self::queryEnd() was called.
Variable $_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.
Variable $_filterTypes
Logical OR of any of the filter constants. NULL if filtering by query
Variable $_query
SQL query string or user comment, set by $query argument in constructor.
Variable $_queryProfiles
Array of Zend_Db_Profiler_Query objects.
Variable $_queryType
One of the Zend_Db_Profiler constants for query type, set by $queryType argument in constructor.
Variable $_startedMicrotime
Unix timestamp with microseconds when instantiated.
Method __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).
Method __construct
Class constructor. The profiler is disabled by default unless it is specifically enabled by passing in $enabled here or calling setEnabled().
Variable $_adapter
Zend_Db_Adapter_Abstract object.
Variable $_parts
The component parts of a SELECT statement.
Variable $_tableCols
Tracks which columns are being select from each table and join.
Method _join
Populate the $_parts 'join' key
Method _tableCols
Adds to the internal table-to-column mapping array.
Method __construct
Class constructor
Method __toString
Converts this object to an SQL SELECT string.
Variable $_attribute
Attributes.
Variable $_bindColumn
Column result bindings.
Variable $_bindParam
Query parameter bindings; covers bindParam() and bindValue().
Variable $_fetchMode
The current fetch mode.
Variable $_keys
column names
Variable $_keys
column names
Variable $_keys
column names
Variable $_sqlParam
Parameter placeholders in the SQL string by position in the split array.
Variable $_sqlSplit
SQL string split into an array at placeholders.
Variable $_stmt
the connection_stmt object
Variable $_stmt
the mysqli_stmt object
Variable $_stmt
statement resource handle
Variable $_values
fetched result values
Variable $_values
fetched result values
Variable $_values
fetched result values
Method _joinSql
Joins SQL text and bound params into a string.
Method _prepSql
Splits SQL into text and params, sets up $this->_bindParam for replacements.
Method _prepSql
Prepares statement handle
Method _prepSql
Prepare statement handle
Method __construct
Method __construct
Method __construct
Constructor.
Variable $_cols
The table column names derived from Zend_Db_Adapter_*::describeTable().
Variable $_count
How many data rows there are.
Variable $_data
The data for each column in the row (underscore_words => value).
Variable $_data
The original data for each row.
Variable $_db
Zend_Db_Adapter object from the table interface.
Variable $_db
Zend_Db_Adapter object from the table interface.
Variable $_db
Zend_Db_Table::$_db in Table.php
Zend_Db_Adapter object.
Variable $_defaultDb
Default Zend_Db_Adapter object.
Variable $_inflector
For name inflections.
Variable $_info
Zend_Db_Table info (name, cols, primary, etc).
Variable $_name
The table name derived from the class name (underscore format).
Variable $_pointer
Iterator pointer.
Variable $_primary
The primary key column (underscore format).
Variable $_rows
Collection of instantiated Zend_Db_Table_Row objects.
Variable $_table
Zend_Db_Table interface (the row "parent").
Variable $_table
Zend_Db_Table object.
Method _fetch
Support method for fetching rows.
Method _getDefaultAdapter
Gets the default Zend_Db_Adapter for all Zend_Db_Table objects.
Method _refresh
Refreshes properties from the database.
Method _setup
Populate static properties for this table module.
Method __construct
Constructor.
Method __construct
Constructor.
Method __construct
Constructor.
Method __get
Getter for camelCaps properties mapped to underscore_word columns.
Method __set
Setter for camelCaps properties mapped to underscore_word columns.
a
top
Class Constant CASE_LOWER
Class Constant CASE_NATURAL
Class Constant CASE_UPPER
Class Constant PARAM_BOOL
Class Constant PARAM_INPUT_OUTPUT
Class Constant PARAM_INT
Class Constant PARAM_LOB
Class Constant PARAM_NULL
Class Constant PARAM_STMT
Class Constant PARAM_STR
Page Abstract.php
Abstract.php in Abstract.php
Page Abstract.php
Abstract.php in Abstract.php
b
top
Method beginTransaction
Leave autocommit mode and begin a transaction.
Method bindColumn
binds a PHP variable to an output column in a result set
Method bindColumn
binds a PHP variable to an output column in a result set
Method bindParam
binds a PHP variable to a parameter in the prepared statement
Method bindParam
binds a PHP variable to a parameter in the prepared statement
Method bindParam
Method bindParam
binds a PHP variable to a parameter in the prepared statement
Method bindValue
binds a value to a parameter in the prepared statement
Method bindValue
binds a value to a parameter in the prepared statement
c
top
Variable $code
Variable $code
Method commit
Commit a transaction and return to autocommit mode.
Method camelize
Convert underscore_words to camelCaps.
Method 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.
Variable $code
Variable $code
Method closeCursor
closes the cursor, allowing the statement to be executed again
Method closeCursor
closes the cursor, allowing the statement to be executed again
Method closeCursor
closes the cursor, allowing the statement to be executed again
Method closeCursor
closes the cursor, allowing the statement to be executed again
Method closeCursor
closes the cursor, allowing the statement to be executed again
Method columnCount
returns the number of columns in the result set
Method columnCount
returns the number of columns in the result set
Method columnCount
returns the number of columns in the result set
Method columnCount
returns the number of columns in the result set
Method columnCount
returns the number of columns in the result set
Method count
Returns the number of elements in the collection.
Method current
Return the current element.
d
top
Page Db.php
Db.php in Db.php
Method delete
Deletes table rows based on a WHERE clause.
Method describeTable
Returns the column descriptions for a table.
Method describeTable
Returns the column descriptions for a table.
Method describeTable
Returns the column descriptions for a table.
Method describeTable
Returns the column descriptions for a table.
Method describeTable
Returns the column descriptions for a table.
Method describeTable
Returns the column descriptions for a table.
Method describeTable
Returns the column descriptions for a table.
Method describeTable
Returns the column descriptions for a table.
Page Db2.php
Db2.php in Db2.php
Method distinct
Makes the query SELECT DISTINCT.
Page Db2.php
Db2.php in Db2.php
Method delete
Deletes existing rows.
e
top
Class Constant FETCH_ASSOC
Class Constant FETCH_BOTH
Class Constant FETCH_BOUND
Class Constant FETCH_CLASS
Class Constant FETCH_CLASSTYPE
Class Constant FETCH_COLUMN
Class Constant FETCH_FUNC
Class Constant FETCH_GROUP
Class Constant FETCH_INTO
Class Constant FETCH_LAZY
Class Constant FETCH_NAMED
Class Constant FETCH_NUM
Class Constant FETCH_OBJ
Class Constant FETCH_ORI_ABS
Class Constant FETCH_ORI_FIRST
Class Constant FETCH_ORI_LAST
Class Constant FETCH_ORI_NEXT
Class Constant FETCH_ORI_PRIOR
Class Constant FETCH_ORI_REL
Class Constant FETCH_SERIALIZE
Class Constant FETCH_UNIQUE
Page Exception.php
Exception.php in Exception.php
Page Exception.php
Exception.php in Exception.php
Page Exception.php
Exception.php in Exception.php
Page Exception.php
Exception.php in Exception.php
Class Constant DELETE
Zend_Db_Profiler::DELETE in Profiler.php
An operation related to deleting data in the database, such as SQL's DELETE.
Method end
The query has ended. Record the time so that the elapsed time can be determined later.
Class Constant SELECT
Zend_Db_Profiler::SELECT in Profiler.php
Retrieving information from the database, such as SQL's SELECT.
Page Exception.php
Exception.php in Exception.php
Page Exception.php
Exception.php in Exception.php
Method errorCode
retrieves an error code, if any, from the statement
Method errorCode
retrieves a sql state, if any, from the statement
Method errorCode
retrieves an error code, if any, from the statement
Method errorCode
retrieves an error code, if any, from the statement
Method errorCode
retrieves an error code, if any, from the statement
Method errorInfo
retrieves a error msg, if any, from the statement
Method errorInfo
retrieves an array of error information, if any, from the statement
Method errorInfo
retrieves an array of error information, if any, from the statement
Method errorInfo
retrieves an array of error information, if any, from the statement
Method errorInfo
retrieves an array of error information, if any, from the statement
Method execute
executes a prepared statement
Method execute
executes a prepared statement
Method execute
executes a prepared statement
Method execute
executes a prepared statement
Method execute
executes a prepared statement
Page Exception.php
Exception.php in Exception.php
Page Exception.php
Exception.php in Exception.php
Page Exception.php
Exception.php in Exception.php
Method exists
Returns true if $this->count > 0, false otherwise.
Page Exception.php
Exception.php in Exception.php
Page Exception.php
Exception.php in Exception.php
f
top
Method factory
Factory for Zend_Db_Adapter classes.
Method fetchAll
Fetches all SQL result rows as a sequential array.
Method fetchAssoc
Fetches all SQL result rows as an associative 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.
Method forUpdate
Makes the query SELECT FOR UPDATE.
Method from
Adds a FROM table and optional columns to the query.
Method fetch
fetches a row from the result set
Method fetch
fetches a row from a result set
Method fetch
fetches a row from a result set
Method fetch
fetches a row from the result set
Method fetch
fetches a row from a result set
Method fetchAll
fetches an array containing all of the rows from a result set
Method fetchAll
fetches an array containing all of the rows from a result set
Method fetchAll
fetches an array containing all of the rows from a result set
Method fetchAll
fetches an array containing all of the rows from a result set
Method fetchColumn
returns the data from a single column in a result set
Method fetchColumn
returns the data from a single column in a result set
Method fetchColumn
returns the data from a single column in a result set
Method fetchObject
fetches the next row and returns it as an object
Method fetchObject
fetches the next row and returns it as an object
Method fetchObject
fetches the next row and returns it as an object
Method fetchObject
Method fetchAll
Fetches all rows.
Method fetchNew
Fetches a new blank row (not from the database).
Method fetchRow
Fetches one row.
Method find
Fetches rows by primary key.
g
top
Method getConnection
Returns the underlying database connection object or resource. If not presently connected, this may return null.
Method getFetchMode
Get the fetch mode.
Method getProfiler
Returns the profiler for this adapter.
Method getElapsedSecs
Get the elapsed time (in seconds) that the query ran. If the query has not yet ended, return false.
Method getEnabled
Get the current state of enable. If True is returned, the profiler is enabled.
Method 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.
Method getQuery
Get the original SQL text of the query.
Method 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.
Method getQueryProfiles
Get an array of query profiles (Zend_Db_Profiler_Query objects). If $queryType
Method getQueryType
Get the type of this query (one of the Zend_Db_Profiler::* constants)
Method getTotalElapsedSecs
Get the total elapsed time (in seconds) of all of the profiled queries.
Method 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.
Method group
Adds grouping to the query.
Method getAttribute
retrieves a Zend_Db_Statement attribute
Method getAttribute
retrieves a Zend_Db_Statement attribute
Method getAdapter
Gets the Zend_Db_Adapter for this particular Zend_Db_Table object.
h
top
Method hasEnded
Has this query ended?
Method having
Adds a HAVING condition to the query by AND.
i
top
Method insert
Inserts a table row with specified data.
Method insert
Inserts a table row with specified data.
Page Inflector.php
Inflector.php in Inflector.php
Page Interface.php
Interface.php in Interface.php
Method info
Returns table information.
Method insert
Inserts a new row.
j
top
Method join
Adds a JOIN table and columns to the query.
Method joinInner
Add an INNER JOIN table and colums to the query
Method joinLeft
Add a LEFT JOIN table and colums to the query
k
top
Method key
Return the identifying key of the current element.
l
top
Method lastInsertId
Gets the last inserted ID.
Method lastInsertId
Gets the last inserted ID.
Method lastInsertId
Gets the last inserted ID.
Method lastInsertId
Gets the last inserted ID.
Method lastInsertId
Gets the last inserted ID.
Method lastInsertId
Gets the last inserted ID.
Method limit
Adds an adapter-specific LIMIT clause to the SELECT statement.
Method limit
Adds an adapter-specific LIMIT clause to the SELECT statement.
Method limit
Adds an adapter-specific LIMIT clause to the SELECT statement.
Method limit
Adds an adapter-specific LIMIT clause to the SELECT statement.
Method limit
Adds an adapter-specific LIMIT clause to the SELECT statement.
Method limit
Adds an adapter-specific LIMIT clause to the SELECT statement.
Method limit
Adds an adapter-specific LIMIT clause to the SELECT statement.
Method limit
Adds an adapter-specific LIMIT clause to the SELECT statement.
Method listTables
Returns a list of the tables in the database.
Method listTables
Returns a list of the tables in the database.
Method listTables
Returns a list of the tables in the database.
Method listTables
Returns a list of the tables in the database.
Method listTables
Returns a list of the tables in the database.
Method listTables
Returns a list of the tables in the database.
Method listTables
Returns a list of the tables in the database.
Method listTables
Returns a list of the tables in the database.
Method limit
Sets a limit count and offset to the query.
Method limitPage
Sets the limit and count by page number.
m
top
Variable $message
Variable $message
Page Mssql.php
Mssql.php in Mssql.php
Page Mysql.php
Mysql.php in Mysql.php
Variable $message
Variable $message
Page Mysqli.php
Mysqli.php in Mysqli.php
n
top
Class Constant INSERT
Zend_Db_Profiler::INSERT in Profiler.php
Adding new data to the database, such as SQL's INSERT.
Method nextRowset
retrieves the next rowset (result set)
Method nextRowset
retrieves the next rowset (result set)
Method nextRowset
retrieves the next rowset (result set)
Method next
Move forward to next element.
o
top
Page Oracle.php
Oracle.php in Oracle.php
Page Oci.php
Oci.php in Oci.php
Class Constant CONNECT
A connection operation or selecting a database.
Method order
Adds a row order to the query.
Method orHaving
Adds a HAVING condition to the query by OR.
Method orWhere
Adds a WHERE condition to the query by OR.
Page Oracle.php
Oracle.php in Oracle.php
p
top
Method prepare
Returns an SQL statement for preparation.
Method prepare
Prepares an SQL statement.
Method prepare
Returns an SQL statement for preparation.
Method prepare
Prepare a statement and return a PDOStatement-like object.
Page Pgsql.php
Pgsql.php in Pgsql.php
Method plural
Pluralize a name.
Class Constant UPDATE
Zend_Db_Profiler::UPDATE in Profiler.php
Updating existing information in the database, such as SQL's UPDATE.
Page Profiler.php
Profiler.php in Profiler.php
q
top
Method query
Prepares and executes an SQL statement with bound data.
Method quote
Safely quotes a value for an SQL statement.
Method quoteIdentifier
Quotes an identifier.
Method quoteIdentifier
Quotes an identifier.
Method quoteIdentifier
Quotes an identifier.
Method quoteIdentifier
Quotes an identifier.
Method quoteIdentifier
Quotes an identifier.
Method quoteIdentifier
Quotes an identifier.
Method quoteIdentifier
Quotes an identifier.
Method quoteIdentifier
Quotes an identifier.
Method quoteInto
Quotes a value and places into a piece of text at a placeholder.
Method queryEnd
Ends a query. Pass it the handle that was returned by queryStart().
Method queryStart
Start a query. Creates a new query profile object (Zend_Db_Profiler_Query)
Page Query.php
Query.php in Query.php
r
top
Class Constant ERRMODE_EXCEPTION
Class Constant ERRMODE_SILENT
Class Constant ERRMODE_WARNING
Class Constant ERR_ALREADY_EXISTS
Class Constant ERR_CANT_MAP
Class Constant ERR_CONSTRAINT
Class Constant ERR_DISCONNECTED
Class Constant ERR_MISMATCH
Class Constant ERR_NONE
Class Constant ERR_NOT_FOUND
Class Constant ERR_NOT_IMPLEMENTED
Class Constant ERR_NO_PERM
Class Constant ERR_SYNTAX
Class Constant ERR_TRUNCATED
Method rollBack
Roll back a transaction and return to autocommit mode.
Class Constant TRANSACTION
Transactional operation, such as start transaction, commit, or rollback.
Method rowCount
returns the number of rows that were affected by the execution of an SQL statement
Method rowCount
Method rowCount
returns the number of rows that were affected by the execution of an SQL statement
Method rowCount
returns the number of rows that were affected by the execution of an SQL statement
Method rowCount
returns the number of rows that were affected by the execution of an SQL statement
Method rewind
Rewind the Iterator to the first element.
Page Row.php
Row.php in Row.php
Page Rowset.php
Rowset.php in Rowset.php
s
top
Method select
Creates and returns a new Zend_Db_Select object for this adapter.
Method setFetchMode
Set the fetch mode.
Method setFetchMode
Set the fetch mode.
Method setFetchMode
Set the fetch mode.
Method setFetchMode
Set the PDO fetch mode.
Page Sqlite.php
Sqlite.php in Sqlite.php
Method singular
Singularize a name.
Method setEnabled
Enable or disable the profiler. If $enable is false, the profiler is disabled and will not log any queries sent to it.
Method setFilterElapsedSecs
Sets a minimum number of seconds for saving query profiles. If this is set, only those queries whose elapsed time is equal or greater than $minimumSeconds will be saved. To save all queries regardless of elapsed time, set $minimumSeconds to null.
Method setFilterQueryType
Sets the types of query profiles to save. Set $queryType to one of the Zend_Db_Profiler::* constants to only save profiles for that type of query. To save more than one type, logical OR them together. To save all queries regardless of type, set $queryType to null.
Page Select.php
Select.php in Select.php
Method setAttribute
sets a Zend_Db_Statement attribute
Method setAttribute
sets a Zend_Db_Statement attribute
Method setFetchMode
sets the fetch mode for a Zend_Db_Statement
Method setFetchMode
sets the fetch mode for a Zend_Db_Statement
Page Statement.php
Statement.php in Statement.php
Method save
Saves the properties to the database.
Method setDefaultAdapter
Sets the default Zend_Db_Adapter for all Zend_Db_Table objects.
Method setFromArray
Sets all data in the row from an array.
t
top
Class Constant ATTR_AUTOCOMMIT
PDO constant values discovered by this script result:
Class Constant ATTR_CASE
Class Constant ATTR_CLIENT_VERSION
Class Constant ATTR_CONNECTION_STATUS
Class Constant ATTR_CURSOR
Class Constant ATTR_CURSOR_NAME
Class Constant ATTR_DRIVER_NAME
Class Constant ATTR_ERRMODE
Class Constant ATTR_FETCH_CATALOG_NAMES
Class Constant ATTR_FETCH_TABLE_NAMES
Class Constant ATTR_MAX_COLUMN_LEN
Class Constant ATTR_ORACLE_NULLS
Class Constant ATTR_PERSISTENT
Class Constant ATTR_PREFETCH
Class Constant ATTR_SERVER_INFO
Class Constant ATTR_SERVER_VERSION
Class Constant ATTR_STATEMENT_CLASS
Class Constant ATTR_STRINGIFY_FETCHES
Class Constant ATTR_TIMEOUT
Method toArray
Returns the column/value data as an array.
Method toArray
Returns all data as an array.
Page Table.php
Table.php in Table.php
u
top
Class Constant CURSOR_FWDONLY
Class Constant CURSOR_SCROLL
Class Constant NULL_EMPTY_STRING
Class Constant NULL_NATURAL
Class Constant NULL_TO_STRING
Method update
Updates table rows with specified data based on a WHERE clause.
Method update
Updates table rows with specified data based on a WHERE clause.
Method underscore
Convert camelCaps to underscore_words.
Class Constant QUERY
Zend_Db_Profiler::QUERY in Profiler.php
Any general database query that does not fit into the other constants.
Method update
Updates existing rows.
v
top
Method valid
Check if there is a current element after calls to rewind() or next().
w
top
Method where
Adds a WHERE condition to the query by AND.
z
top
Class Zend_Db
Zend_Db in Db.php
Class for connecting to SQL databases and performing common operations.
Class Zend_Db_Exception
Zend_Db_Exception in Exception.php
Class Zend_Db_Adapter_Abstract
Zend_Db_Adapter_Abstract in Abstract.php
Class for connecting to SQL databases and performing common operations.
Class Zend_Db_Adapter_Db2
Class Zend_Db_Adapter_Db2_Exception
Zend_Db_Adapter_Db2_Exception
Class Zend_Db_Adapter_Exception
Zend_Db_Adapter_Exception in Exception.php
Class Zend_Db_Adapter_Oracle
Class Zend_Db_Adapter_Oracle_Exception
Zend_Db_Adapter_Oracle_Exception
Class Zend_Db_Adapter_Pdo_Abstract
Class for connecting to SQL databases and performing common operations using PDO.
Class Zend_Db_Adapter_Pdo_Mssql
Class for connecting to MSSQL databases and performing common operations.
Class Zend_Db_Adapter_Pdo_Mysql
Class for connecting to MySQL databases and performing common operations.
Class Zend_Db_Adapter_Pdo_Oci
Class for connecting to Oracle databases and performing common operations.
Class Zend_Db_Adapter_Pdo_Pgsql
Class for connecting to MySQL databases and performing common operations.
Class Zend_Db_Adapter_Pdo_Sqlite
Class for connecting to MySQL databases and performing common operations.
Class Zend_Db_Inflector
Zend_Db_Inflector in Inflector.php
Class for name inflections.
Class Zend_Db_Profiler
Zend_Db_Profiler in Profiler.php
Class Zend_Db_Profiler_Exception
Class Zend_Db_Profiler_Query
Class Zend_Db_Select
Zend_Db_Select in Select.php
Class for SQL SELECT generation and results.
Class Zend_Db_Select_Exception
Zend_Db_Select_Exception in Exception.php
Class Zend_Db_Statement
Zend_Db_Statement in Statement.php
Abstract class to emulate a PDOStatement for native database adapters.
Class Zend_Db_Statement_Db2
Extends for DB2.
Class Zend_Db_Statement_Db2_Exception
Class Zend_Db_Statement_Exception
Zend_Db_Statement_Exception
Class Zend_Db_Statement_Interface
Emulates a PDOStatement for native database adapters.
Class Zend_Db_Statement_Mysqli
Extends for Mysqli
Class Zend_Db_Statement_Oracle
Extends for Oracle.
Class Zend_Db_Statement_Oracle_Exception
Class Zend_Db_Table
Zend_Db_Table in Table.php
Class for SQL table interface.
Class Zend_Db_Table_Exception
Zend_Db_Table_Exception in Exception.php
Class Zend_Db_Table_Row
Class Zend_Db_Table_Rowset
Zend_Db_Table_Rowset in Rowset.php
Class Zend_Db_Table_Row_Exception
a b c d e f g h i j k l m n o p q r s t u v w z _