Name Locationsort descending Description
DatabaseSchema_mysql::dropIndex core/includes/database/mysql/schema.inc Drop an index.
DatabaseSchema_mysql::changeField core/includes/database/mysql/schema.inc Change a field definition.
DatabaseSchema_mysql::prepareComment core/includes/database/mysql/schema.inc Prepare a table or column comment for database query.
DatabaseSchema_mysql::getComment core/includes/database/mysql/schema.inc Retrieve a table or column comment.
DatabaseSchema_mysql::findTables core/includes/database/mysql/schema.inc Find all tables that are like the specified base table name.
DatabaseStatementPrefetch::__construct core/includes/database/prefetch.inc
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.
DatabaseStatementPrefetch::fetchAll core/includes/database/prefetch.inc
DatabaseStatementPrefetch::fetchCol core/includes/database/prefetch.inc Returns an entire single column of a result set as an indexed array.
DatabaseStatementPrefetch::fetchAllKeyed core/includes/database/prefetch.inc Returns the entire result set as a single associative array.
DatabaseStatementPrefetch::fetchAllAssoc core/includes/database/prefetch.inc Returns the result set as an associative array keyed by the given field.
QueryConditionInterface::condition core/includes/database/query.inc Helper function: builds the most common conditional clauses.
QueryConditionInterface::where core/includes/database/query.inc Adds an arbitrary WHERE clause to the query.
QueryConditionInterface::isNull core/includes/database/query.inc Sets a condition that the specified field be NULL.
QueryConditionInterface::isNotNull core/includes/database/query.inc Sets a condition that the specified field be NOT NULL.
QueryConditionInterface::exists core/includes/database/query.inc Sets a condition that the specified subquery returns values.
QueryConditionInterface::notExists core/includes/database/query.inc Sets a condition that the specified subquery returns no values.
QueryConditionInterface::conditions core/includes/database/query.inc Gets a complete list of all conditions in this conditional clause.
QueryConditionInterface::arguments core/includes/database/query.inc Gets a complete list of all values to insert into the prepared statement.
QueryConditionInterface::compile core/includes/database/query.inc Compiles the saved conditions for later retrieval.
QueryConditionInterface::compiled core/includes/database/query.inc Check whether a condition has been previously compiled.
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.

Pages