-
$_caseFolding
-
Specifies the case of column names retrieved in queries
-
$_chainedException
-
-
$_config
-
User-provided configuration.
-
$_config
-
User-provided configuration
-
$_config
-
User-provided configuration.
-
$_connection
-
Database connection
-
$_execute_mode
-
Execution mode
-
$_execute_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
-
Begin a transaction.
-
_beginTransaction
-
Begin a transaction.
-
_beginTransaction
-
Begin a transaction.
-
_beginTransaction
-
Leave autocommit mode and begin a transaction.
-
_checkRequiredOptions
-
Check for config options that are mandatory.
-
_checkRequiredOptions
-
Check for config options that are mandatory.
-
_commit
-
Commit a transaction.
-
_commit
-
Commit a transaction.
-
_commit
-
Commit a transaction.
-
_commit
-
Commit a transaction.
-
_commit
-
Commit a transaction and return to autocommit mode.
-
_connect
-
-
_connect
-
Creates a connection resource.
-
_connect
-
Special configuration for SQLite behavior: make sure that result sets contain keys like 'column' instead of 'table.column'.
-
_connect
-
Creates a connection to the database.
-
_connect
-
Creates a connection to the database.
-
_connect
-
Creates a connection resource.
-
_connect
-
Creates a PDO object and connects to the database.
-
_dsn
-
DSN builder
-
_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.
-
_getExecuteMode
-
-
_getExecuteMode
-
Gets the execution mode
-
_quote
-
Quote a raw string.
-
_quote
-
Quote a raw string.
-
_quote
-
Quote a raw string.
-
_quote
-
Quote a raw string.
-
_quote
-
Quote a raw string.
-
_quote
-
Quote a raw string.
-
_quoteIdentifier
-
Quote an identifier.
-
_quoteIdentifier
-
Quote an identifier.
-
_quoteIdentifierAs
-
Quote an identifier and an optional alias.
-
_rollBack
-
Roll-back a transaction.
-
_rollBack
-
Roll-back a transaction.
-
_rollBack
-
Roll back a transaction and return to autocommit mode.
-
_rollBack
-
Rollback a transaction.
-
_rollBack
-
Roll-back a transaction.
-
_setExecuteMode
-
-
_whereExpr
-
Convert an array, string, or Zend_Db_Expr object into a string to put in a WHERE clause.
-
__construct
-
Constructor.
-
__construct
-
-
__construct
-
Constructor.
-
__construct
-
-
__construct
-
-
$_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.
-
$_adapter
-
-
$_attribute
-
Attributes.
-
$_bindColumn
-
Column result bindings.
-
$_bindParam
-
Query parameter bindings; covers bindParam() and bindValue().
-
$_fetchMode
-
The current fetch mode.
-
$_fetchMode
-
-
$_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 mysqli_stmt object.
-
$_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.
-
_normalizeBindParam
-
Check sanity of bind parameters. Throw exceptions if params are not valid.
-
_prepSql
-
Splits SQL into text and params, sets up $this->_bindParam for replacements.
-
_prepSql
-
Prepare a string SQL statement and create a statement object.
-
_prepSql
-
Prepare a statement handle.
-
_prepSql
-
Prepares statement handle
-
_prepSql
-
-
__construct
-
Constructor for a statement.
-
__construct
-
Constructor for a statement.
-
__construct
-
-
__construct
-
-
$_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.
-
$_defaultMetadataCache
-
Default cache for information provided by the adapter's describeTable() method.
-
$_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.
-
$_identity
-
If your primary key is a compound key, and one of the columns uses an auto-increment or sequence-generated value, set _identity to the ordinal index in the $_primary array for that column.
-
$_metadata
-
Information provided by the adapter's describeTable() method.
-
$_metadataCache
-
Cache for information provided by the adapter's describeTable() method.
-
$_name
-
The table name.
-
$_pointer
-
Iterator pointer.
-
$_primary
-
The primary key column or columns.
-
$_primary
-
Primary row key(s).
-
$_referenceMap
-
Associative array map of declarative referential integrity rules.
-
$_rowClass
-
Classname for row
-
$_rowClass
-
Zend_Db_Table_Row_Abstract class name.
-
$_rows
-
Collection of instantiated Zend_Db_Table_Row objects.
-
$_rowsetClass
-
Classname for rowset
-
$_schema
-
The schema name (default null means current schema)
-
$_sequence
-
Define the logic for new values in the primary key.
-
$_stored
-
-
$_table
-
Zend_Db_Table_Abstract object.
-
$_table
-
Zend_Db_Table_Abstract parent class or instance.
-
$_tableClass
-
Name of the class of the Zend_Db_Table_Abstract object.
-
$_tableClass
-
Zend_Db_Table_Abstract class name.
-
_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.
-
_doInsert
-
-
_doUpdate
-
-
_fetch
-
Support method for fetching rows.
-
_getPrimaryKey
-
Retrieves an associative array of primary keys.
-
_getReferenceMapNormalized
-
Returns a normalized version of the reference map
-
_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.
-
_postDelete
-
Allows post-delete logic to be applied to row.
-
_postInsert
-
Allows post-insert logic to be applied to row.
-
_postUpdate
-
Allows post-update logic to be applied to row.
-
_prepareReference
-
Prepares a table reference for lookup.
-
_refresh
-
Refreshes properties from the database.
-
_setAdapter
-
-
_setMetadataCache
-
Sets the metadata cache for information returned by Zend_Db_Adapter_Abstract::describeTable().
-
_setSequence
-
Sets the sequence member, which defines the behavior for generating primary key values in new rows.
-
_setup
-
Turnkey for initialization of a table object.
-
_setupAdapter
-
-
_setupDatabaseAdapter
-
Initialize database adapter.
-
_setupMetadata
-
Initializes metadata.
-
_setupMetadataCache
-
-
_setupPrimaryKey
-
Initialize primary key from metadata.
-
_setupTableName
-
Initialize table and schema names.
-
_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.
-
Exception.php
-
-
ERRMODE_EXCEPTION
-
-
ERRMODE_SILENT
-
-
ERRMODE_WARNING
-
-
ERR_ALREADY_EXISTS
-
-
ERR_CANT_MAP
-
-
ERR_CONSTRAINT
-
-
ERR_DISCONNECTED
-
-
ERR_MISMATCH
-
-
ERR_NONE
-
-
ERR_NOT_FOUND
-
-
ERR_NOT_IMPLEMENTED
-
-
ERR_NO_PERM
-
-
ERR_SYNTAX
-
-
ERR_TRUNCATED
-
-
Exception.php
-
-
Exception.php
-
-
Exception.php
-
-
Exception.php
-
-
Expr.php
-
-
Exception.php
-
-
end
-
Ends the query and records the time so that the elapsed time can be determined later.
-
Exception.php
-
-
Exception.php
-
-
Exception.php
-
-
Exception.php
-
-
Exception.php
-
-
errorCode
-
Retrieves the error code, if any, associated with the last operation on the statement handle.
-
errorCode
-
Retrieves the error code, if any, associated with the last operation on the statement handle.
-
errorCode
-
Retrieves the error code, if any, associated with the last operation on the statement handle.
-
errorCode
-
Retrieves the error code, if any, associated with the last operation on the statement handle.
-
errorCode
-
Retrieves the error code, if any, associated with the last operation on the statement handle.
-
errorInfo
-
Retrieves an array of error information, if any, associated with the last operation on the statement handle.
-
errorInfo
-
Retrieves an array of error information, if any, associated with the last operation on the statement handle.
-
errorInfo
-
Retrieves an array of error information, if any, associated with the last operation on the statement handle.
-
errorInfo
-
Retrieves an array of error information, if any, associated with the last operation on the statement handle.
-
errorInfo
-
Retrieves an array of error information, if any, associated with the last operation on the statement handle.
-
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
-
-
exists
-
Returns true if and only if count($this) > 0.
-
factory
-
Factory for Zend_Db_Adapter_Abstract classes.
-
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
-
-
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.
-
foldCase
-
Helper method to change the case of the strings used when returning result sets in FETCH_ASSOC and FETCH_BOTH modes.
-
forUpdate
-
Makes the query SELECT FOR UPDATE.
-
FOR_UPDATE
-
-
FROM
-
-
from
-
Adds a FROM table and optional columns to the query.
-
FULL_JOIN
-
-
fetch
-
Fetches a row from the result set.
-
fetch
-
Fetches a row from the result set.
-
fetch
-
Fetches a row from the result set.
-
fetch
-
Fetches a row from the result set.
-
fetch
-
Fetches a row from the result set.
-
fetchAll
-
Returns an array containing all of the result set rows.
-
fetchAll
-
Returns an array containing all of the result set rows.
-
fetchAll
-
Returns an array containing all of the result set rows.
-
fetchAll
-
Returns an array containing all of the result set rows.
-
fetchAll
-
Returns an array containing all of the result set rows.
-
fetchColumn
-
Returns a single column from the next row of a result set.
-
fetchColumn
-
Returns a single column from the next row of a result set.
-
fetchColumn
-
Returns a single column from the next row of a result set.
-
fetchColumn
-
Returns a single column from the next row of 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
-
Fetches the next row and returns it as an object.
-
fetchObject
-
Fetches the next row and returns it as an object.
-
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.
-
getFilterElapsedSecs
-
Returns the minimum number of seconds for saving query profiles, or null if query profiles are saved regardless of elapsed time.
-
getFilterQueryType
-
Returns the types of query profiles saved, or null if queries are saved regardless of their types.
-
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, its end time will be null. If no queries have been profiled, false is returned.
-
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
-
-
group
-
Adds grouping to the query.
-
getAttribute
-
Retrieve a statement attribute.
-
getAttribute
-
Retrieve a statement attribute.
-
getAttribute
-
Retrieve a statement attribute.
-
getColumnMeta
-
Returns metadata for a column in a result set.
-
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.
-
getDefaultMetadataCache
-
Gets the default metadata cache for information returned by Zend_Db_Adapter_Abstract::describeTable().
-
getDependentTables
-
-
getMetadataCache
-
Gets the metadata cache for information returned by Zend_Db_Adapter_Abstract::describeTable().
-
getReference
-
-
getRowClass
-
-
getRowsetClass
-
-
getTable
-
Returns the table object, or null if this is disconnected row
-
getTable
-
Returns the table object, or null if this is disconnected rowset
-
getTableClass
-
Query the class name of the Table object for which this Row was created.
-
getTableClass
-
Query the class name of the Table object for which this Rowset 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.
-
LEFT_JOIN
-
-
limit
-
Sets a limit count and offset to the query.
-
limitPage
-
Sets the limit and count by page number.
-
LIMIT_COUNT
-
-
LIMIT_OFFSET
-
-
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
-
-
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_Statement_Pdo
-
Proxy class to wrap a PDOStatement object.
-
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
-