Metadata attributes are the same for all rows in a given table.  It doesn't
matter what row you ask for.

You can use the Adapter object's describeTable() method to get metadata
information about a table.

The Table object's info() method also gives this information.

However, of the metadata attributes you mention, collation and extra are not
returned in the information set.

Regards,
Bill Karwin


Romeo-Adrian Cioaba wrote:
> 
> is there a way to find out the field, type, collation, attributes, null,
> default and extra for a specific row returned by $object->fetchRow('$id =
> 1')?
> 

-- 
View this message in context: 
http://www.nabble.com/db-question-tp14990411s16154p14990649.html
Sent from the Zend Framework mailing list archive at Nabble.com.

Reply via email to