Function __global->_helper_get_table_key_fields
Definitions
sources/database_helper.php
- Get the key tables for a table.
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: array
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$table_name | ID_TEXT | required parameter | N/A | N/A | Table name |
$db_types | ?array | Null | N/A | N/A | Database types for whole table from meta registry (null: lookup as needed) |
Return
- List of key fields
- Type: array
- Set: N/A
- Range: N/A