Solar_Sql_Adapter_MysqlReplicated::_fetchTableCols()

protected array Solar_Sql_Adapter_MysqlReplicated::_fetchTableCols ( string $table , string $schema )

Returns an array describing the columns in a table.

Inherited from Solar_Sql_Adapter_Mysql.

Parameters

  • (string) $table: The table name to fetch columns for.

  • (string) $schema: The database in which the table resides.

Returns

  • (array) An array of table column information.

Description

Returns an array describing the columns in a table.



Local