API17:JDatabaseSQLAzure::getTableFields
From Joomla! Documentation
This Namespace has been archived - Please Do Not Edit or Create Pages in this namespace. Pages contain information for a Joomla! version which is no longer supported. It exists only as a historical reference, will not be improved and its content may be incomplete.
JDatabaseSQLAzure::getTableFields
Description
Retrieves field information about the given tables.
Description:JDatabaseSQLAzure::getTableFields [Edit Descripton]
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/sqlazure.php
- Since
See also
-
JDatabaseSQLAzure::getTableFields source code on BitBucket
-
Class JDatabaseSQLAzure
-
Subpackage Database
- Other versions of JDatabaseSQLAzure::getTableFields
SeeAlso:JDatabaseSQLAzure::getTableFields [Edit See Also]
User contributed notes
<CodeExamplesForm />
