Skip to main content
Silkscreen CMS API
  • Login
  • Home

Search for query

You are here

  1. Home »
  2. API reference »
  3. 1.20.x
Name Type Location Description
Query class includes/database/query.inc Base class for query builders.
db_query function includes/database/database.inc Executes an arbitrary query string against the active database.
query.inc file drivers/database_mysql/query.inc Query code for MySQL embedded database engine.
query.inc file includes/database/query.inc Non-specific Database query code. Used by all engines.
MergeQuery class includes/database/query.inc General class for an abstracted MERGE query operation.
SelectQuery class includes/database/select.inc Query builder for SELECT statements.
SearchQuery class modules/search/search.extender.inc Do a query on the full-text search index for a word or words.
InsertQuery class includes/database/query.inc General class for an abstracted INSERT query.
DeleteQuery class includes/database/query.inc General class for an abstracted DELETE operation.
UpdateQuery class includes/database/query.inc General class for an abstracted UPDATE operation.
TruncateQuery class includes/database/query.inc General class for an abstracted TRUNCATE operation.
NodeQueryAlter class modules/node/tests/node.test Tests node_query_node_access_alter().
Query::__clone function includes/database/query.inc Implements the magic __clone function.
Query::__sleep function includes/database/query.inc Implements the magic __sleep function to disconnect from the database.
db_query_range function includes/database/database.inc Executes a query against the active database, restricted to a range.
Query::execute function includes/database/query.inc Runs the query against the database.
Query::comment function includes/database/query.inc Adds a comment to the query.
MergeQuery::key function includes/database/query.inc Sets the key field(s) to be used as conditions for this query.
Query::__wakeup function includes/database/query.inc Implements the magic __wakeup function to reconnect to the database.
EntityFieldQuery class modules/entity/entity.query.inc Retrieves entities matching a given set of conditions.
viewsSearchQuery class modules/search/search.extender.inc Extends the core SearchQuery.
entity.query.inc file modules/entity/entity.query.inc Entity query API.
views_query.test file modules/views/tests/views_query.test Tests for Views query features.
view::_pre_query function modules/views/includes/view.inc Run the pre_query() on all active handlers.
Query::$comments property includes/database/query.inc An array of comments that can be prepended to a query.
hook_query_alter function modules/system/system.api.php Perform alterations to a structured query.
view::init_query function modules/views/includes/view.inc Do some common building initialization.
InsertQuery_mysql class drivers/database_mysql/query.inc
UpdateQuery_mysql class drivers/database_mysql/query.inc
Query::__toString function includes/database/query.inc Implements PHP magic __toString method to convert the query to a string.
entity_query.test file modules/entity/tests/entity_query.test Unit test file for the entity API.
MergeQuery::where function includes/database/query.inc Implements QueryConditionInterface::where().
InsertQuery::from function includes/database/query.inc Sets the fromQuery on this InsertQuery object.
jquery.ui.all.css file misc/ui/jquery.ui.all.css /*! * jQuery UI CSS Framework 1.12.1 * http://jqueryui.com * * Copyright jQuery Foundation and other contributors * Released under the MIT license. * http://jquery.org/license * * http://api.jqueryui.com/category/theming/ */ @import…
SelectQuery::join function includes/database/select.inc Implements SelectQueryInterface::join().
MergeQuery::fields function includes/database/query.inc Sets common field-value pairs in the INSERT and UPDATE query parts.
MergeQuery::$table property includes/database/query.inc The table to be used for INSERT and UPDATE.
jquery.ui.core.css file misc/ui/jquery.ui.core.css /*! * jQuery UI CSS Framework 1.12.1 * http://jqueryui.com * * Copyright jQuery Foundation and other contributors * Released under the MIT license. * http://jquery.org/license * * http://api.jqueryui.com/category/theming/ */ /* Layout…
SearchQuery::$type property modules/search/search.extender.inc Type of search (search module).
Query::$connection property includes/database/query.inc The connection object on which to run this query.
MergeQuery::isNull function includes/database/query.inc Implements QueryConditionInterface::isNull().
SelectQuery::range function includes/database/select.inc Implements SelectQueryInterface::range().
SelectQuery::union function includes/database/select.inc Implements SelectQueryInterface::union().
jquery.ui.base.css file misc/ui/jquery.ui.base.css /*! * jQuery UI CSS Framework 1.12.1 * http://jqueryui.com * * Copyright jQuery Foundation and other contributors * Released under the MIT license. * http://jquery.org/license * * http://api.jqueryui.com/category/theming/ */ @import…
DeleteQuery::where function includes/database/query.inc Implements QueryConditionInterface::where().
db_query_temporary function includes/database/database.inc Executes a SELECT query string and saves the result set to a temporary table.
SelectQuery::where function includes/database/select.inc Implements QueryConditionInterface::where().
Query::getComments function includes/database/query.inc Returns a reference to the comments array for the query.
Query::__construct function includes/database/query.inc Constructs a Query object.
MergeQuery::exists function includes/database/query.inc Implements QueryConditionInterface::exists().

Pages

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • …
  • 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