NOTE: only supports 'table' and 'flags' if $result is a table name.
NOTE: flags won't contain index information.
Return: an associative array with the information requested. A MDB2_Error object on failure.
See: MDB2_common::tableInfo()
Parameters:
object|string
$result
—
MDB2_result object from a query or a string containing the name of a table. While this also accepts a query result resource identifier, this behavior is deprecated.