Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 18566 программистов и 1738 роботов. Сейчас ищут 1543 программиста ...
TokyoTyrantTable::setIndex - Sets index
Вернуться к: TokyoTyrantTable
TokyoTyrantTable::setIndex
(PECL tokyo_tyrant >= 0.1.0)
TokyoTyrantTable::setIndex — Sets index
Описание
Sets an index on a specified column. The index type is one of the TokyoTyrant::RDBIT_*
constants.
Passing TokyoTyrant::RDBIT_VOID
removes the index.
Список параметров
-
column
-
The name of the column
-
type
-
The index type
Возвращаемые значения
This method returns the current object and throws TokyoTyrantException on failure.
Вернуться к: TokyoTyrantTable