Query\AbstractDriver::get_columns
Retrieve column information for the current database table
Signature
public function get_columns(string
$table )
Parameters
$table
— string
Returns
- array
Defined by Interface
Test Coverage
Information
- Coverage: 1/1 Lines (100%)
- Tests: 4
- Passed: 4 (100%)
Tests
- [ PASSED ] — MySQLTest::testGetColumns
- [ PASSED ] — PgTest::testGetColumns
- [ PASSED ] — SQLiteTest::testGetColumns
- [ PASSED ] — FirebirdTest::testGetColumns