class
Illuminate
/
Database
/
Query
/
IndexHint
You're browsing the documentation for an upcoming version of Laravel. The documentation and features of this release are subject to change.
IndexHint
Properties
public
$type string
The type of query hint.
Default: null
public
$index string
The name of the index.
Default: null
Methods
public
__construct ( $type , $index ) : void
Create a new index hint instance.
Parameters
- $type string
- $index string