强制使用指定索引
Database Module_Database_QueryBuilder::force_index( string $index )
参数列表
参数 类型 描述 默认值 $index
string
Database
886887888889890891public
function
force_index(
$index
)
{
$this
->_builder[
'index'
][] =
array
(
$index
,
'force'
);
return
$this
;
}