Class Search_Sphinx_QueryBuilder_Select
Sphinx Query builder. SELECT Database Abstraction Layer (DBAL)
- Core_QueryBuilder_Statement
-
Core_QueryBuilder_Selection
-
Core_QueryBuilder_Select
-
Search_Sphinx_QueryBuilder_Select
Copyright: © 2005-2021 ООО "Хостмэйк" (Hostmake LLC), http://www.hostcms.ru
Author: Hostmake LLC
Version: 6.x
Located at search/sphinx/querybuilder/select.php
Methods summary
public
|
|
public
|
|
public
string
|
Methods inherited from Core_QueryBuilder_Select
__construct(),
chunk(),
clear(),
clearFrom(),
clearGroupBy(),
clearHaving(),
clearSelect(),
columns(),
deleteFirstHaving(),
deleteLastHaving(),
distinct(),
from(),
getFrom(),
getGroupBy(),
getSelect(),
group(),
groupBy(),
having(),
havingClose(),
havingOpen(),
havingRaw(),
highPriority(),
isHighPriority(),
isStraightJoin(),
offsetPostgreSQLSyntax(),
orHaving(),
select(),
selectDistinct(),
sqlCalcFoundRows(),
straightJoin(),
union(),
unionAll(),
unionLimit(),
unionOffset(),
unionOrderBy()
Methods inherited from Core_QueryBuilder_Selection
_buildExpression(),
_buildIndexHint(),
_buildJoin(),
_buildOrderBy(),
_buildWhere(),
_join(),
_quoteTables(),
asAssoc(),
asObject(),
clearIndexHints(),
clearJoin(),
clearOrderBy(),
clearWhere(),
close(),
crossJoin(),
deleteFirstWhere(),
deleteLastWhere(),
firstJoin(),
firstLeftJoin(),
getJoin(),
getOrderBy(),
getWhere(),
indexHint(),
join(),
leftJoin(),
limit(),
naturalJoin(),
offset(),
open(),
orWhere(),
orWhereBetween(),
orWhereColumn(),
orWhereIn(),
orWhereIsNotNull(),
orWhereIsNull(),
orWhereNotBetween(),
orWhereNotIn(),
order(),
orderBy(),
orderByRaw(),
partition(),
quoteTable(),
rightJoin(),
rightJoinFirst(),
setAnd(),
setDefaultOperator(),
setOperator(),
setOr(),
where(),
whereBetween(),
whereColumn(),
whereIn(),
whereIsNotNull(),
whereIsNull(),
whereNotBetween(),
whereNotIn(),
whereRaw()
Methods inherited from Core_QueryBuilder_Statement
__call(),
__set(),
_isObjectSelect(),
_quoteColumns(),
_quoteValues(),
clearLimit(),
clearOffset(),
execute(),
setDataBase(),
unbuffered()
Properties summary
protected
array
|
$_options
SphinxQL OPTIONs |
#
array(
'max_matches' => 1000
)
|
Properties inherited from Core_QueryBuilder_Select
$_distinct,
$_from,
$_groupBy,
$_having,
$_highPriority,
$_offsetPostgreSQLSyntax,
$_queryType,
$_select,
$_sqlCalcFoundRows,
$_straightJoin,
$_union,
$_unionLimit,
$_unionOffset,
$_unionOrderBy
Properties inherited from Core_QueryBuilder_Selection
$_defaultOperator,
$_indexHints,
$_join,
$_limit,
$_offset,
$_operator,
$_orderBy,
$_partition,
$_where