TokyoTyrantTable::setIndex
(PECL tokyo_tyrant >= 0.1.0)
TokyoTyrantTable::setIndex — Sets index
Description
Sets an index on a specified column. The index type is one of the TokyoTyrant::RDBIT_*
constants.
Passing TokyoTyrant::RDBIT_VOID
removes the index.
Parameters
-
column
-
The name of the column
-
type
-
The index type
Return Values
This method returns the current object and throws TokyoTyrantException on failure.
- PHP Руководство
- Функции по категориям
- Индекс функций
- Справочник функций
- Расширения для работы с базами данных
- Расширения для работы с базами данных отдельных производителей
- tokyo_tyrant
- Функция TokyoTyrantTable::add() - Adds a record
- Функция TokyoTyrantTable::genUid() - Generate unique id
- Функция TokyoTyrantTable::get() - Get a row
- Функция TokyoTyrantTable::getIterator() - Get an iterator
- Функция TokyoTyrantTable::getQuery() - Get a query object
- Функция TokyoTyrantTable::out() - Remove records
- Функция TokyoTyrantTable::put() - Store a row
- Функция TokyoTyrantTable::putCat() - Concatenates to a row
- Функция TokyoTyrantTable::putKeep() - Put a new record
- Функция TokyoTyrantTable::putNr() - Puts value
- Функция TokyoTyrantTable::putShl() - Concatenates to a record
- Функция TokyoTyrantTable::setIndex() - Sets index
Коментарии
404 Not Found