Class for SQL table interface.
Located in /Zend/Db/Table.php (line 43)
Default Zend_Db_Adapter_Abstract object.
For name inflections.
The table column names derived from Zend_Db_Adapter_Abstract::describeTable().
The key is the underscore format, and the value is the camelized format.
Zend_Db_Adapter_Abstract object.
The table name derived from the class name (underscore format).
The primary key column (underscore format).
Sets the default Zend_Db_Adapter_Abstract for all Zend_Db_Table objects.
Constructor.
Deletes existing rows.
The WHERE clause must be in native (underscore) format.
Fetches all rows.
Honors the Zend_Db_Adapter_Abstract fetch mode.
Fetches one row.
Honors the Zend_Db_Adapter_Abstract fetch mode.
Fetches rows by primary key.
Gets the Zend_Db_Adapter_Abstract for this particular Zend_Db_Table object.
Returns table information.
Inserts a new row.
Columns must be in underscore format.
Updates existing rows.
Columns must be in underscore format.
Support method for fetching rows.
Gets the default Zend_Db_Adapter_Abstract for all Zend_Db_Table objects.
Populate static properties for this table module.
Documentation generated on Wed, 21 Feb 2007 12:00:48 -0800 by phpDocumentor 1.3.1