Skip to main content
Silkscreen CMS API
  • Login
  • Home

Search for extend

You are here

  1. Home »
  2. API reference »
  3. 1.20.x
Name Type Location Description
SelectQueryExtender class includes/database/select.inc The base extender class for Select queries.
search.extender.inc file modules/search/search.extender.inc Search query extender and helper functions.
SelectQuery::extend function includes/database/select.inc Implements QueryExtendableInterface::extend().
QueryExtendableInterface interface includes/database/select.inc Interface for extendable query objects.
SelectQueryExtender::join function includes/database/select.inc Default Join against another table in the database.
SelectQueryExtender::where function includes/database/select.inc Adds an arbitrary WHERE clause to the query.
SelectQueryExtender::range function includes/database/select.inc Restricts a query to a given range in the result set.
SelectQueryExtender::union function includes/database/select.inc Add another Select query to UNION to this one.
SelectQueryExtender::$query property includes/database/select.inc The SelectQuery object we are extending/decorating.
SelectQueryExtender::extend function includes/database/select.inc Enhance this object by wrapping it in an extender object.
SelectQueryExtender::exists function includes/database/select.inc Sets a condition that the specified subquery returns values.
SelectQueryExtender::fields function includes/database/select.inc Add multiple fields from the same table to be selected.
SelectQueryExtender::hasTag function includes/database/select.inc Determines if a given query has a given tag.
SelectQueryExtender::addTag function includes/database/select.inc Adds a tag to a query.
SelectQueryExtender::__call function includes/database/select.inc Magic override for undefined methods.
SelectQueryExtender::having function includes/database/select.inc
SelectQueryExtender::isNull function includes/database/select.inc Sets a condition that the specified field be NULL.
SelectQueryExtender::__clone function includes/database/select.inc Clone magic method.
SelectQueryExtender::addJoin function includes/database/select.inc Join against another table in the database.
SelectQueryExtender::orderBy function includes/database/select.inc Orders the result set by a given field.
SelectQueryExtender::execute function includes/database/select.inc Implements SelectQueryInterface::execute().
SelectQueryExtender::compile function includes/database/select.inc Compiles the saved conditions for later retrieval.
SelectQueryExtender::groupBy function includes/database/select.inc Groups the result set by the specified field.
SelectQueryExtender::getUnion function includes/database/select.inc Returns a reference to the union queries for this query. This include queries for UNION, UNION ALL, and UNION DISTINCT.
SelectQueryExtender::leftJoin function includes/database/select.inc Left Outer Join against another table in the database.
SelectQueryExtender::addField function includes/database/select.inc Adds a field to the list to be SELECTed.
SelectQueryExtender::compiled function includes/database/select.inc Check whether a condition has been previously compiled.
SelectQueryExtender::distinct function includes/database/select.inc Sets this query to be DISTINCT.
views_plugin_display_extender class modules/views/plugins/views_plugin_display_extender.inc @todo.
UnicodeUnitTest::$extendedMode property modules/simpletest/tests/unicode.test Whether to run the extended version of the tests (including non latin1 characters).
SelectQueryExtender::hasAnyTag function includes/database/select.inc Determines if a given query has any specified tag.
SelectQueryExtender::getTables function includes/database/select.inc Returns a reference to the tables array for this query.
SelectQueryExtender::getFields function includes/database/select.inc Returns a reference to the fields array for this query.
SelectQueryExtender::rightJoin function includes/database/select.inc Right Outer Join against another table in the database.
SelectQueryExtender::isNotNull function includes/database/select.inc Sets a condition that the specified field be NOT NULL.
SelectQueryExtender::forUpdate function includes/database/select.inc Add FOR UPDATE to the query.
SelectQueryExtender::arguments function includes/database/select.inc Gets a complete list of all values to insert into the prepared statement.
SelectQueryExtender::notExists function includes/database/select.inc Sets a condition that the specified subquery returns no values.
SelectQueryExtender::innerJoin function includes/database/select.inc Inner Join against another table in the database.
SelectQueryExtender::condition function includes/database/select.inc Helper function: builds the most common conditional clauses.
SelectQueryExtender::getGroupBy function includes/database/select.inc Returns a reference to the group-by array for this query.
SelectQueryExtender::__toString function includes/database/select.inc
SelectQueryExtender::countQuery function includes/database/select.inc Get the equivalent COUNT query of this query as a new query object.
SelectQueryExtender::conditions function includes/database/select.inc Gets a complete list of all conditions in this conditional clause.
SelectQueryExtender::hasAllTags function includes/database/select.inc Determines if a given query has all specified tags.
SelectQueryExtender::preExecute function includes/database/select.inc Generic preparation and validation for a SELECT query.
SelectQueryExtender::isPrepared function includes/database/select.inc Indicates if preExecute() has already been called on that object.
SelectQueryExtender::getOrderBy function includes/database/select.inc Returns a reference to the order by array for this query.
SelectQueryExtender::$connection property includes/database/select.inc The connection object on which to run this query.
QueryExtendableInterface::extend function includes/database/select.inc Enhance this object by wrapping it in an extender object.

Pages

  • 1
  • 2
  • next ›
  • last »

Search 1.20.x

Partial match search is supported

API Navigation

  • 1.20.x
  • Topics
  • Classes
  • Functions
  • Files
  • Constants
  • Globals
  • Deprecated
Powered by Silkscreen CMS