Final Class Yiisoft\Db\Mssql\IndexMethod
| Inheritance | Yiisoft\ |
|---|
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\ |
| GEOGRAPHY_GRID | 'GEOGRAPHY_GRID' |
Define the method of the index as GEOGRAPHY_GRID.
|
Yiisoft\ |
| GEOMETRY_AUTO_GRID | 'GEOMETRY_AUTO_GRID' |
Define the method of the index as GEOMETRY_AUTO_GRID.
|
Yiisoft\ |
| GEOMETRY_GRID | 'GEOMETRY_GRID' |
Define the method of the index as GEOMETRY_GRID.
|
Yiisoft\ |
User Contributed Notes
Leave a comment
Join the conversation to share a note.