0 follower

Final Class Yiisoft\Db\Oracle\IndexType

InheritanceYiisoft\Db\Oracle\IndexType

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

Constants

Hide inherited 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
UNIQUE 'UNIQUE' Define the type of the index as UNIQUE. Yiisoft\Db\Oracle\IndexType