[as_query] element index

Package indexes

All elements
a b d e f g h l o r s t w _
_
top
__construct
As_Query::__construct() in As_Query.class.php
Pass in a database object that provides a quote() method.
__toString
As_Query::__toString() in As_Query.class.php
a
top
add
As_Query::add() in As_Query.class.php
Adds $stringOrArray to $dest using $delin as a separator.
addFrom
As_SelectQuery::addFrom() in As_SelectQuery.class.php
addGroupBy
As_SelectQuery::addGroupBy() in As_SelectQuery.class.php
addHaving
As_SelectQuery::addHaving() in As_SelectQuery.class.php
addOrderBy
As_SelectQuery::addOrderBy() in As_SelectQuery.class.php
addSelect
As_SelectQuery::addSelect() in As_SelectQuery.class.php
addSelectOption
As_SelectQuery::addSelectOption() in As_SelectQuery.class.php
Add optional select options, e.g. SQL_CALC_FOUND_ROWS, SQL_NO_CACHE
addWhere
As_UpdateQuery::addWhere() in As_UpdateQuery.class.php
addWhere
As_SelectQuery::addWhere() in As_SelectQuery.class.php
As_InsertQuery
As_InsertQuery in As_InsertQuery.class.php
Insert specific query
As_Query
As_Query in As_Query.class.php
Base class used by the insert, update, select classes.
As_InsertQuery.class.php
As_InsertQuery.class.php in As_InsertQuery.class.php
As_Query.class.php
As_Query.class.php in As_Query.class.php
As_SelectQuery.class.php
As_SelectQuery.class.php in As_SelectQuery.class.php
As_UpdateQuery.class.php
As_UpdateQuery.class.php in As_UpdateQuery.class.php
As_SelectQuery
As_SelectQuery in As_SelectQuery.class.php
A simple SQL query object for SELECT statements.
As_UpdateQuery
As_UpdateQuery in As_UpdateQuery.class.php
Update specific query
b
top
buildWhereSql
As_Query::buildWhereSql() in As_Query.class.php
builds a WHERE clause from the supplied array
d
top
$db
As_Query::$db in As_Query.class.php
e
top
execute
As_Query::execute() in As_Query.class.php
f
top
$fields
As_InsertQuery::$fields in As_InsertQuery.class.php
$from
As_SelectQuery::$from in As_SelectQuery.class.php
g
top
$groupBy
As_SelectQuery::$groupBy in As_SelectQuery.class.php
getClone
As_SelectQuery::getClone() in As_SelectQuery.class.php
Hack for versions of PHP that do not work with clone
getEqualityOperatorFromValue
returns the proper equality operator from the value being tested
getFrom
As_SelectQuery::getFrom() in As_SelectQuery.class.php
getGroupBy
As_SelectQuery::getGroupBy() in As_SelectQuery.class.php
getHaving
As_SelectQuery::getHaving() in As_SelectQuery.class.php
getInsertQuery
As_Query::getInsertQuery() in As_Query.class.php
getLimit
As_SelectQuery::getLimit() in As_SelectQuery.class.php
getOffset
As_SelectQuery::getOffset() in As_SelectQuery.class.php
getOrderBy
As_SelectQuery::getOrderBy() in As_SelectQuery.class.php
getSelect
As_SelectQuery::getSelect() in As_SelectQuery.class.php
getSelectOptions
As_SelectQuery::getSelectOptions() in As_SelectQuery.class.php
getSelectQuery
As_Query::getSelectQuery() in As_Query.class.php
getString
As_SelectQuery::getString() in As_SelectQuery.class.php
getString
As_UpdateQuery::getString() in As_UpdateQuery.class.php
getString
As_Query::getString() in As_Query.class.php
getString
As_InsertQuery::getString() in As_InsertQuery.class.php
getUpdateQuery
As_Query::getUpdateQuery() in As_Query.class.php
getWhere
As_SelectQuery::getWhere() in As_SelectQuery.class.php
h
top
$having
As_SelectQuery::$having in As_SelectQuery.class.php
l
top
$limit
As_SelectQuery::$limit in As_SelectQuery.class.php
o
top
$offset
As_SelectQuery::$offset in As_SelectQuery.class.php
$orderBy
As_SelectQuery::$orderBy in As_SelectQuery.class.php
r
top
remapCriteria
As_Query::remapCriteria() in As_Query.class.php
Re-map the given array to allow for multiple formats.
run
As_Query::run() in As_Query.class.php
s
top
$select
As_SelectQuery::$select in As_SelectQuery.class.php
$selectOptions
As_SelectQuery::$selectOptions in As_SelectQuery.class.php
setDb
As_Query::setDb() in As_Query.class.php
setFields
As_InsertQuery::setFields() in As_InsertQuery.class.php
setFrom
As_SelectQuery::setFrom() in As_SelectQuery.class.php
setGroupBy
As_SelectQuery::setGroupBy() in As_SelectQuery.class.php
setHaving
As_SelectQuery::setHaving() in As_SelectQuery.class.php
setLimit
As_SelectQuery::setLimit() in As_SelectQuery.class.php
setOffset
As_SelectQuery::setOffset() in As_SelectQuery.class.php
setOrderBy
As_SelectQuery::setOrderBy() in As_SelectQuery.class.php
setSelect
As_SelectQuery::setSelect() in As_SelectQuery.class.php
setTableName
As_InsertQuery::setTableName() in As_InsertQuery.class.php
setWhere
As_UpdateQuery::setWhere() in As_UpdateQuery.class.php
setWhere
As_SelectQuery::setWhere() in As_SelectQuery.class.php
t
top
$tableName
As_InsertQuery::$tableName in As_InsertQuery.class.php
w
top
$where
As_UpdateQuery::$where in As_UpdateQuery.class.php
$where
As_SelectQuery::$where in As_SelectQuery.class.php
a b d e f g h l o r s t w _