Search for db
Title | Object type | File name | Summary |
---|---|---|---|
db_add_primary_key | function | core/ |
Adds a primary key to a database table. |
db_add_unique_key | function | core/ |
Adds a unique key. |
db_and | function | core/ |
Returns a new DatabaseCondition, set to "AND" all conditions together. |
db_change_field | function | core/ |
Changes a field definition. |
db_close | function | core/ |
Closes the active database connection. |
db_condition | function | core/ |
Returns a new DatabaseCondition, set to the specified conjunction. |
db_create_table | function | core/ |
Creates a new table from a Drupal table definition. |
db_delete | function | core/ |
Returns a new DeleteQuery object for the active database. |
db_driver | function | core/ |
Retrieves the name of the currently active database driver. |
db_drop_field | function | core/ |
Drops a field. |
db_drop_index | function | core/ |
Drops an index. |
db_drop_primary_key | function | core/ |
Drops the primary key of a database table. |
db_drop_table | function | core/ |
Drops a table. |
db_drop_unique_key | function | core/ |
Drops a unique key. |
db_escape_field | function | core/ |
Restricts a dynamic column or constraint name to safe characters. |
db_escape_table | function | core/ |
Restricts a dynamic table name to safe characters. |
db_field_exists | function | core/ |
Checks if a column exists in the given table. |
db_field_names | function | core/ |
Returns an array of field names from an array of key/index column specifiers. |
db_field_set_default | function | core/ |
Sets the default value for a field. |
db_field_set_no_default | function | core/ |
Sets a field to have no default value. |
db_find_tables | function | core/ |
Finds all tables that are like the specified base table name. |
db_ignore_replica | function | core/ |
Sets a session variable specifying the lag time for ignoring a replica server (A replica server is traditionally referred to as a "slave" in database server documentation). |
db_index_exists | function | core/ |
Checks if an index exists in the given table. |
db_insert | function | core/ |
Returns a new InsertQuery object for the active database. |
db_installer_object | function | core/ |
Returns a database installer object. |
db_like | function | core/ |
Escapes characters that work as wildcard characters in a LIKE pattern. |
db_merge | function | core/ |
Returns a new MergeQuery object for the active database. |
db_next_id | function | core/ |
Retrieves a unique id. |
db_or | function | core/ |
Returns a new DatabaseCondition, set to "OR" all conditions together. |
db_query | function | core/ |
Executes an arbitrary query string against the active database. |
db_query_range | function | core/ |
Executes a query against the active database, restricted to a range. |
db_query_temporary | function | core/ |
Executes a SELECT query string and saves the result set to a temporary table. |
db_rename_table | function | core/ |
Renames a table. |
db_select | function | core/ |
Returns a new SelectQuery object for the active database. |
db_set_active | function | core/ |
Sets a new active database. |
db_table_exists | function | core/ |
Checks if a table exists. |
db_transaction | function | core/ |
Returns a new transaction object for the active database. |
db_truncate | function | core/ |
Returns a new TruncateQuery object for the active database. |
db_update | function | core/ |
Returns a new UpdateQuery object for the active database. |
db_xor | function | core/ |
Returns a new DatabaseCondition, set to "XOR" all conditions together. |
DisplayPluginBase::buildBasicRenderable | function | core/ |
Builds a basic render array which can be properly render cached. |
DisplayPluginInterface::buildBasicRenderable | function | core/ |
Builds a basic render array which can be properly render cached. |
DocParserIgnoredClassesTest::testIgnoredAnnotationSkippedBeforeReflection | function | core/ |
Ensure annotations can be ignored when namespaces are present. |
DocParserTest::testAnnotationDoesNotThrowExceptionWhenAtSignIsNotFollowedByIdentifier | function | core/ |
@group DCOM-41 |
DocParserTest::testAnnotationThrowsExceptionWhenAtSignIsNotFollowedByIdentifierInNestedAnnotation | function | core/ |
@group DCOM-41 |
DrupalCoreRecommendedBuilder | class | composer/ |
Builder to produce metapackage for drupal/core-recommended. |
DrupalCoreRecommendedBuilder.php | file | composer/ |
|
DrupalCoreRecommendedBuilder::getPackage | function | composer/ |
Generate the Composer.json data for the current tag or branch. |
DrupalCoreRecommendedBuilder::getPath | function | composer/ |
Return the path to where the metapackage should be written. |
DrupalCoreRecommendedBuilder::initialPackageMetadata | function | composer/ |
Returns the initial package metadata that describes the metapackage. |
Pagination
- Previous page
- Page 10
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.