listIndexes
Less than 1 minute
listIndexes
Retrieves a list of indexes for a given table or all tables in the specified schema.
public listIndexes(?string $table): void
Parameters
Parameter | Type | Description |
---|---|---|
$table | string | The name of the table. If null, all tables in the schema will be considered. |
Generated by Hazaar API Doc Generator