generateIndexName() public method
Generates the table name by considering table prefix.
If $useIndexPrefix is false, the table name will be returned without change.
public string generateIndexName ( $indexName ) | ||
---|---|---|
$indexName | string |
The table name (which may contain schema prefix) |
return | string |
The generated table name |
Please login to continue.