Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns the name of the index.
Syntax
public str name([DbBackend db])
Run On
Called
Parameters
- db
Type: DbBackend Enumeration
A DbBackend value that specifies the type of name to return. This can be DbBackend::Native for the native name of the index or DbBackend::Sql for the SQL name of the index. If db is not specified, DbBackend::Native is used.
Return Value
Type: str
The name of the index in the format that is specified by db.