Final Class Yiisoft\Db\Oracle\IndexType
| Inheritance | Yiisoft\Db\Oracle\IndexType |
|---|
Defines the available index types for {@see DDLQueryBuilder::createIndex()} method.
Constants
| Constant | Value | Description | Defined By |
|---|---|---|---|
| BITMAP | 'BITMAP' |
Define the type of the index as BITMAP.
|
Yiisoft\Db\Oracle\IndexType |
| MULTIVALUE | 'MULTIVALUE' |
Define the type of the index as MULTIVALUE.
|
Yiisoft\Db\Oracle\IndexType |
| SEARCH | 'SEARCH' |
Define the type of the index as SEARCH.
|
Yiisoft\Db\Oracle\IndexType |
| UNIQUE | 'UNIQUE' |
Define the type of the index as UNIQUE.
|
Yiisoft\Db\Oracle\IndexType |
Signup or Login in order to comment.