JDatabaseDriverSqlsrv::getTableKeys
Get the details list of keys for a table.
Signature
public function getTableKeys(string
$tableĀ )
Parameters
-
$table
- The name of the table.
Returns
- array
- An array of the column specification for the table.
Errors/Exceptions
Parent Implementation
Tasks
Line | Task |
---|---|
404 | To implement. |