/** * Returns table columns * * @param string $tableName Table Name * @return Column[] */ public function getColumns($tableName) { return $this->adapter->getColumns($tableName); }