ArchiverInterface |
interface |
|
drupal/includes/archiver.inc |
Defines the common interface for all Archiver classes. |
2 |
|
|
BatchQueue |
class |
|
drupal/includes/batch.queue.inc |
Defines a batch queue. |
|
|
|
BatchMemoryQueue |
class |
|
drupal/includes/batch.queue.inc |
Defines a batch queue for non-progressive batches. |
|
|
|
DrupalCacheArray |
abstract class |
|
drupal/includes/bootstrap.inc |
Provides a caching wrapper to be used in place of large array structures. |
2 |
|
|
SchemaCache |
class |
|
drupal/includes/bootstrap.inc |
Extends DrupalCacheArray to allow for dynamic building of the schema cache. |
|
|
|
DrupalFakeCache |
class |
|
drupal/includes/cache-install.inc |
Defines a stub cache implementation to be used during installation. |
|
|
|
DrupalCacheInterface |
interface |
|
drupal/includes/cache.inc |
Defines an interface for cache implementations. |
2 |
|
|
DrupalDatabaseCache |
class |
|
drupal/includes/cache.inc |
Defines a default cache implementation. |
1 |
|
|
Database |
abstract class |
|
drupal/includes/database/database.inc |
Primary front-controller for the database system. |
|
|
|
DatabaseTransactionNoActiveException |
class |
|
drupal/includes/database/database.inc |
Exception for when popTransaction() is called with no active transaction. |
|
|
|
DatabaseTransactionNameNonUniqueException |
class |
|
drupal/includes/database/database.inc |
Exception thrown when a savepoint or transaction name occurs twice. |
|
|
|
DatabaseTransactionCommitFailedException |
class |
|
drupal/includes/database/database.inc |
Exception thrown when a commit() function fails. |
|
|
|
DatabaseTransactionExplicitCommitNotAllowedException |
class |
|
drupal/includes/database/database.inc |
Exception to deny attempts to explicitly manage transactions. |
|
|
|
DatabaseTransactionOutOfOrderException |
class |
|
drupal/includes/database/database.inc |
Exception thrown when a rollback() resulted in other active transactions being rolled-back. |
|
|
|
InvalidMergeQueryException |
class |
|
drupal/includes/database/database.inc |
Exception thrown for merge queries that do not make semantic sense. |
|
|
|
FieldsOverlapException |
class |
|
drupal/includes/database/database.inc |
Exception thrown if an insert query specifies a field twice. |
|
|
|
NoFieldsException |
class |
|
drupal/includes/database/database.inc |
Exception thrown if an insert query doesn't specify insert or default fields. |
|
|
|
DatabaseConnectionNotDefinedException |
class |
|
drupal/includes/database/database.inc |
Exception thrown if an undefined database connection is requested. |
|
|
|
DatabaseDriverNotSpecifiedException |
class |
|
drupal/includes/database/database.inc |
Exception thrown if no driver is specified for a database connection. |
|
|
|
DatabaseTransaction |
class |
|
drupal/includes/database/database.inc |
A wrapper class for creating and managing database transactions. |
|
|
|
DatabaseStatementInterface |
interface |
|
drupal/includes/database/database.inc |
Represents a prepared statement. |
4 |
|
|
DatabaseStatementBase |
class |
|
drupal/includes/database/database.inc |
Default implementation of DatabaseStatementInterface. |
|
|
|
DatabaseStatementEmpty |
class |
|
drupal/includes/database/database.inc |
Empty implementation of a database statement. |
|
|
|
DatabaseConnection |
abstract class |
|
drupal/includes/database/database.inc |
Base Database API class. |
3 |
|
|
DatabaseLog |
class |
|
drupal/includes/database/log.inc |
Database query logger. |
|
|
|
DatabaseConnection_mysql |
class |
|
drupal/includes/database/mysql/database.inc |
|
|
|
|
DatabaseTasks_mysql |
class |
|
drupal/includes/database/mysql/install.inc |
Specifies installation tasks for MySQL and equivalent databases. |
|
|
|
InsertQuery_mysql |
class |
|
drupal/includes/database/mysql/query.inc |
@file
Query code for MySQL embedded database engine. |
|
|
|
TruncateQuery_mysql |
class |
|
drupal/includes/database/mysql/query.inc |
|
|
|
|
DatabaseSchema_mysql |
class |
|
drupal/includes/database/mysql/schema.inc |
|
|
|
|
DatabaseConnection_pgsql |
class |
|
drupal/includes/database/pgsql/database.inc |
|
|
|
|
DatabaseTasks_pgsql |
class |
|
drupal/includes/database/pgsql/install.inc |
|
|
|
|
InsertQuery_pgsql |
class |
|
drupal/includes/database/pgsql/query.inc |
@file
Query code for PostgreSQL embedded database engine. |
|
|
|
UpdateQuery_pgsql |
class |
|
drupal/includes/database/pgsql/query.inc |
|
|
|
|
DatabaseSchema_pgsql |
class |
|
drupal/includes/database/pgsql/schema.inc |
|
|
|
|
SelectQuery_pgsql |
class |
|
drupal/includes/database/pgsql/select.inc |
|
|
|
|
DatabaseStatementPrefetch |
class |
|
drupal/includes/database/prefetch.inc |
An implementation of DatabaseStatementInterface that prefetches all data. |
1 |
|
|
DatabaseCondition |
class |
|
drupal/includes/database/query.inc |
Generic class for a series of conditions in a query. |
|
|
|
QueryConditionInterface |
interface |
|
drupal/includes/database/query.inc |
Interface for a conditional clause in a query. |
5 |
|
|
QueryAlterableInterface |
interface |
|
drupal/includes/database/query.inc |
Interface for a query that can be manipulated via an alter hook. |
1 |
|
|
QueryPlaceholderInterface |
interface |
|
drupal/includes/database/query.inc |
Interface for a query that accepts placeholders. |
3 |
|
|
Query |
abstract class |
|
drupal/includes/database/query.inc |
Base class for query builders. |
6 |
|
|
InsertQuery |
class |
|
drupal/includes/database/query.inc |
General class for an abstracted INSERT query. |
3 |
|
|
DeleteQuery |
class |
|
drupal/includes/database/query.inc |
General class for an abstracted DELETE operation. |
1 |
|
|
TruncateQuery |
class |
|
drupal/includes/database/query.inc |
General class for an abstracted TRUNCATE operation. |
2 |
|
|
UpdateQuery |
class |
|
drupal/includes/database/query.inc |
General class for an abstracted UPDATE operation. |
2 |
|
|
MergeQuery |
class |
|
drupal/includes/database/query.inc |
General class for an abstracted MERGE query operation. |
|
|
|
DatabaseSchema |
abstract class |
|
drupal/includes/database/schema.inc |
Base class for database schema definitions. |
3 |
|
|
DatabaseSchemaObjectExistsException |
class |
|
drupal/includes/database/schema.inc |
Exception thrown if an object being created already exists. |
|
|
|
DatabaseSchemaObjectDoesNotExistException |
class |
|
drupal/includes/database/schema.inc |
Exception thrown if an object being modified doesn't exist yet. |
|
|
|