Final Class Yiisoft\Db\Mssql\IndexType
| Inheritance | Yiisoft\Db\Mssql\IndexType |
|---|
Defines the available index types for {@see DDLQueryBuilder::createIndex()} method.
Constants
| Constant | Value | Description | Defined By |
|---|---|---|---|
| CLUSTERED | 'CLUSTERED' |
Define the type of the index as CLUSTERED.
|
Yiisoft\Db\Mssql\IndexType |
| CLUSTERED_COLUMNSTORE | 'CLUSTERED COLUMNSTORE' |
Define the type of the index as CLUSTERED COLUMNSTORE.
|
Yiisoft\Db\Mssql\IndexType |
| COLUMNSTORE | 'COLUMNSTORE' |
Define the type of the index as COLUMNSTORE.
|
Yiisoft\Db\Mssql\IndexType |
| NONCLUSTERED | 'NONCLUSTERED' |
Define the type of the index as NONCLUSTERED.
|
Yiisoft\Db\Mssql\IndexType |
| PRIMARY_XML | 'PRIMARY XML' |
Define the type of the index as PRIMARY XML.
|
Yiisoft\Db\Mssql\IndexType |
| SPATIAL | 'SPATIAL' |
Define the type of the index as SPATIAL.
|
Yiisoft\Db\Mssql\IndexType |
| UNIQUE | 'UNIQUE' |
Define the type of the index as UNIQUE.
|
Yiisoft\Db\Mssql\IndexType |
| UNIQUE_CLUSTERED | 'UNIQUE CLUSTERED' |
Define the type of the index as UNIQUE CLUSTERED.
|
Yiisoft\Db\Mssql\IndexType |
| XML | 'XML' |
Define the type of the index as XML.
|
Yiisoft\Db\Mssql\IndexType |
Signup or Login in order to comment.