0 follower

Final Class Yiisoft\Db\Pgsql\IndexMethod

InheritanceYiisoft\Db\Pgsql\IndexMethod

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

Constants

Hide inherited constants

Constant Value Description Defined By
BRIN 'BRIN' Define the type of the index as BRIN. Yiisoft\Db\Pgsql\IndexMethod
BTREE 'BTREE' Define the type of the index as BTREE. Yiisoft\Db\Pgsql\IndexMethod
GIN 'GIN' Define the type of the index as GIN. Yiisoft\Db\Pgsql\IndexMethod
GIST 'GIST' Define the type of the index as GIST. Yiisoft\Db\Pgsql\IndexMethod
HASH 'HASH' Define the type of the index as HASH. Yiisoft\Db\Pgsql\IndexMethod
SPGIST 'SPGIST' Define the type of the index as SPGIST. Yiisoft\Db\Pgsql\IndexMethod