|
HWLDFWordAccumulator |
class |
|
core/includes/diff.inc |
|
|
WordLevelDiff |
class |
|
core/includes/diff.inc |
|
|
DiffFormatter |
abstract class |
|
core/includes/diff.inc |
Base class for diff formatters |
|
BackdropDiffFormatter |
class |
|
core/includes/diff.inc |
Backdrop diff formatter which returns diffs as an array. |
|
BackdropDateTime |
class |
|
core/includes/date.class.inc |
Extends PHP DateTime class for use with Backdrop. |
|
QueryExtendableInterface |
interface |
|
core/includes/database/select.inc |
Interface for extendable query objects. |
|
SelectQueryInterface |
interface |
|
core/includes/database/select.inc |
Interface definition for a Select Query object. |
|
SelectQueryExtender |
class |
|
core/includes/database/select.inc |
The base extender class for Select queries. |
|
SelectQuery |
class |
|
core/includes/database/select.inc |
Query builder for SELECT statements. |
|
DatabaseSchema |
abstract class |
|
core/includes/database/schema.inc |
Base class for database schema definitions. |
|
DatabaseSchemaObjectExistsException |
class |
|
core/includes/database/schema.inc |
Exception thrown if an object being created already exists. |
|
DatabaseSchemaObjectDoesNotExistException |
class |
|
core/includes/database/schema.inc |
Exception thrown if an object being modified doesn't exist yet. |
|
TruncateQuery |
class |
|
core/includes/database/query.inc |
General class for an abstracted TRUNCATE operation. |
|
UpdateQuery |
class |
|
core/includes/database/query.inc |
General class for an abstracted UPDATE operation. |
|
MergeQuery |
class |
|
core/includes/database/query.inc |
General class for an abstracted MERGE query operation. |
|
DatabaseCondition |
class |
|
core/includes/database/query.inc |
Generic class for a series of conditions in a query. |
|
QueryConditionInterface |
interface |
|
core/includes/database/query.inc |
Interface for a conditional clause in a query. |
|
QueryAlterableInterface |
interface |
|
core/includes/database/query.inc |
Interface for a query that can be manipulated via an alter hook. |
|
QueryPlaceholderInterface |
interface |
|
core/includes/database/query.inc |
Interface for a query that accepts placeholders. |
|
Query |
abstract class |
|
core/includes/database/query.inc |
Base class for query builders. |
|
InsertQuery |
class |
|
core/includes/database/query.inc |
General class for an abstracted INSERT query. |
|
DeleteQuery |
class |
|
core/includes/database/query.inc |
General class for an abstracted DELETE operation. |
|
DatabaseStatementPrefetch |
class |
|
core/includes/database/prefetch.inc |
An implementation of DatabaseStatementInterface that prefetches all data. |
|
DatabaseSchema_mysql |
class |
|
core/includes/database/mysql/schema.inc |
Class to create and manipulate MySQL tables. |
|
InsertQuery_mysql |
class |
|
core/includes/database/mysql/query.inc |
MySQL-specific class for executing INSERT queries. |
|
TruncateQuery_mysql |
class |
|
core/includes/database/mysql/query.inc |
MySQL-specific class for executing TRUNCATE queries. |
|
DatabaseTasks_mysql |
class |
|
core/includes/database/mysql/install.inc |
Specifies installation tasks for MySQL and equivalent databases. |
|
DatabaseConnection_mysql |
class |
|
core/includes/database/mysql/database.inc |
MySQL database connection driver. |
|
DatabaseLog |
class |
|
core/includes/database/log.inc |
Database query logger. |
|
DatabaseConnection |
abstract class |
|
core/includes/database/database.inc |
Base Database API class. |
|
Database |
abstract class |
|
core/includes/database/database.inc |
Primary front-controller for the database system. |
|
DatabaseTransactionNoActiveException |
class |
|
core/includes/database/database.inc |
Exception for when popTransaction() is called with no active transaction. |
|
DatabaseTransactionNameNonUniqueException |
class |
|
core/includes/database/database.inc |
Exception thrown when a savepoint or transaction name occurs twice. |
|
DatabaseTransactionCommitFailedException |
class |
|
core/includes/database/database.inc |
Exception thrown when a commit() function fails. |
|
DatabaseTransactionExplicitCommitNotAllowedException |
class |
|
core/includes/database/database.inc |
Exception to deny attempts to explicitly manage transactions. |
|
DatabaseTransactionOutOfOrderException |
class |
|
core/includes/database/database.inc |
Exception thrown when a rollback causes multiple transaction rollbacks. |
|
InvalidMergeQueryException |
class |
|
core/includes/database/database.inc |
Exception thrown for merge queries that do not make semantic sense. |
|
FieldsOverlapException |
class |
|
core/includes/database/database.inc |
Exception thrown if an insert query specifies a field twice. |
|
NoFieldsException |
class |
|
core/includes/database/database.inc |
Exception thrown if an insert query doesn't specify insert or default fields. |
|
DatabaseConnectionNotDefinedException |
class |
|
core/includes/database/database.inc |
Exception thrown if an undefined database connection is requested. |
|
DatabaseDriverNotSpecifiedException |
class |
|
core/includes/database/database.inc |
Exception thrown if no driver is specified for a database connection. |
|
DatabaseTransaction |
class |
|
core/includes/database/database.inc |
A wrapper class for creating and managing database transactions. |
|
DatabaseStatementInterface |
interface |
|
core/includes/database/database.inc |
Represents a prepared statement. |
|
DatabaseStatementBase |
class |
|
core/includes/database/database.inc |
Default implementation of DatabaseStatementInterface. |
|
DatabaseStatementEmpty |
class |
|
core/includes/database/database.inc |
Empty implementation of a database statement. |
|
DatabaseNotFoundException |
class |
|
core/includes/database/database.inc |
Exception thrown when the specified database cannot be found. |
|
DatabaseCharsetConverter |
class |
|
core/includes/database/charset_converter.inc |
Character set converter for database tables. |
|
ConfigException |
class |
|
core/includes/config.inc |
A base exception thrown in any configuration system operations. |
|
ConfigNameException |
class |
|
core/includes/config.inc |
Exception thrown when a config object name is invalid. |
|
ConfigValidateException |
class |
|
core/includes/config.inc |
Exception thrown when a config object has a validation error before saving. |