0 follower

Final Class Yiisoft\Db\Mssql\IndexMethod

InheritanceYiisoft\Db\Mssql\IndexMethod

Defines the available index methods for {@see DDLQueryBuilder::createIndex()} method.

Constants

Hide inherited 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