Final Class Yiisoft\Db\Mssql\IndexMethod
| Inheritance | Yiisoft\Db\Mssql\IndexMethod |
|---|
Defines the available index methods for {@see DDLQueryBuilder::createIndex()} method.
Constants
| Constant | Value | Description | Defined By |
|---|---|---|---|
| GEOGRAPHY_AUTO_GRID | 'GEOGRAPHY_AUTO_GRID' |
Define the method of the index as GEOGRAPHY_AUTO_GRID.
|
Yiisoft\Db\Mssql\IndexMethod |
| GEOGRAPHY_GRID | 'GEOGRAPHY_GRID' |
Define the method of the index as GEOGRAPHY_GRID.
|
Yiisoft\Db\Mssql\IndexMethod |
| GEOMETRY_AUTO_GRID | 'GEOMETRY_AUTO_GRID' |
Define the method of the index as GEOMETRY_AUTO_GRID.
|
Yiisoft\Db\Mssql\IndexMethod |
| GEOMETRY_GRID | 'GEOMETRY_GRID' |
Define the method of the index as GEOMETRY_GRID.
|
Yiisoft\Db\Mssql\IndexMethod |
Signup or Login in order to comment.