API17:JDatabaseSQLSrv::getTableFields
From Joomla! Documentation
JDatabaseSQLSrv::getTableFields
Description
Retrieves field information about the given tables.
public function getTableFields (
$tables
$typeOnly=true
)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $tables | |||
| $typeOnly | bool | true | True to only return field types. |
- Returns array An array of fields by table.
- Defined on line 334 of libraries/joomla/database/database/sqlsrv.php
- Since

See also
JDatabaseSQLSrv::getTableFields source code on BitBucket
Class JDatabaseSQLSrv
Subpackage Database- Other versions of JDatabaseSQLSrv::getTableFields
User contributed notes
Code Examples