Name Locationsort ascending Description
QueryAlterableInterface::addTag core/includes/database/query.inc Adds a tag to a query.
QueryAlterableInterface::hasTag core/includes/database/query.inc Determines if a given query has a given tag.
QueryAlterableInterface::hasAllTags core/includes/database/query.inc Determines if a given query has all specified tags.
QueryAlterableInterface::hasAnyTag core/includes/database/query.inc Determines if a given query has any specified tag.
QueryAlterableInterface::addMetaData core/includes/database/query.inc Adds additional metadata to the query.
QueryAlterableInterface::getMetaData core/includes/database/query.inc Retrieves a given piece of metadata.
QueryPlaceholderInterface::uniqueIdentifier core/includes/database/query.inc Returns a unique identifier for this object.
QueryPlaceholderInterface::nextPlaceholder core/includes/database/query.inc Returns the next placeholder ID for the query.
Query::__construct core/includes/database/query.inc Constructs a Query object.
Query::__sleep core/includes/database/query.inc Implements the magic __sleep function to disconnect from the database.
Query::__wakeup core/includes/database/query.inc Implements the magic __wakeup function to reconnect to the database.
Query::__clone core/includes/database/query.inc Implements the magic __clone function.
Query::execute core/includes/database/query.inc Runs the query against the database.
Query::__toString core/includes/database/query.inc Implements PHP magic __toString method to convert the query to a string.
Query::uniqueIdentifier core/includes/database/query.inc Returns a unique identifier for this object.
Query::nextPlaceholder core/includes/database/query.inc Gets the next placeholder value for this query object.
Query::comment core/includes/database/query.inc Adds a comment to the query.
Query::getComments core/includes/database/query.inc Returns a reference to the comments array for the query.
InsertQuery::__construct core/includes/database/query.inc Constructs an InsertQuery object.
InsertQuery::fields core/includes/database/query.inc Adds a set of field->value pairs to be inserted.
InsertQuery::values core/includes/database/query.inc Adds another set of values to the query to be inserted.
InsertQuery::useDefaults core/includes/database/query.inc Specifies fields for which the database defaults should be used.
InsertQuery::from core/includes/database/query.inc Sets the fromQuery on this InsertQuery object.
InsertQuery::execute core/includes/database/query.inc Executes the insert query.
InsertQuery::__toString core/includes/database/query.inc Implements PHP magic __toString method to convert the query to a string.
InsertQuery::preExecute core/includes/database/query.inc Preprocesses and validates the query.
DeleteQuery::__construct core/includes/database/query.inc Constructs a DeleteQuery object.
DeleteQuery::condition core/includes/database/query.inc Implements QueryConditionInterface::condition().
DeleteQuery::isNull core/includes/database/query.inc Implements QueryConditionInterface::isNull().
DeleteQuery::isNotNull core/includes/database/query.inc Implements QueryConditionInterface::isNotNull().
DeleteQuery::exists core/includes/database/query.inc Implements QueryConditionInterface::exists().
DeleteQuery::notExists core/includes/database/query.inc Implements QueryConditionInterface::notExists().
DeleteQuery::conditions core/includes/database/query.inc Implements QueryConditionInterface::conditions().
DeleteQuery::arguments core/includes/database/query.inc Implements QueryConditionInterface::arguments().
DatabaseStatementPrefetch::execute core/includes/database/prefetch.inc Executes a prepared statement.
DatabaseStatementPrefetch::throwPDOException core/includes/database/prefetch.inc Throw a PDO Exception based on the last PDO error.
DatabaseStatementPrefetch::getStatement core/includes/database/prefetch.inc Grab a PDOStatement object from a given query and its arguments.
DatabaseStatementPrefetch::getQueryString core/includes/database/prefetch.inc Return the object's SQL query string.
DatabaseStatementPrefetch::setFetchMode core/includes/database/prefetch.inc
DatabaseStatementPrefetch::current core/includes/database/prefetch.inc
DatabaseStatementPrefetch::key core/includes/database/prefetch.inc
DatabaseStatementPrefetch::rewind core/includes/database/prefetch.inc
DatabaseStatementPrefetch::next core/includes/database/prefetch.inc
DatabaseStatementPrefetch::valid core/includes/database/prefetch.inc
DatabaseStatementPrefetch::rowCount core/includes/database/prefetch.inc Returns the number of rows affected by the last SQL statement.
DatabaseStatementPrefetch::fetch core/includes/database/prefetch.inc
DatabaseStatementPrefetch::fetchColumn core/includes/database/prefetch.inc
DatabaseStatementPrefetch::fetchField core/includes/database/prefetch.inc Returns a single field from the next record of a result set.
DatabaseStatementPrefetch::fetchObject core/includes/database/prefetch.inc
DatabaseStatementPrefetch::fetchAssoc core/includes/database/prefetch.inc Fetches the next row and returns it as an associative array.

Pages