Skip to main content
Silkscreen CMS API
  • Login
  • Home

Search for data

You are here

  1. Home »
  2. API reference »
  3. 1.20.x
Name Type Location Description
DatabaseStatementPrefetch::$fetchOptions property includes/database/prefetch.inc Holds supplementary current fetch options (which will be used by the next fetch).
ViewsHandlerFilterNumericTest::viewsData function modules/views/tests/handlers/views_handler_filter_numeric.test The views data definition.
DatabaseReservedKeywordTestCase::getInfo function modules/simpletest/tests/database_test.test
DatabaseTransactionCommitFailedException class includes/database/database.inc Exception thrown when a commit() function fails.
DatabaseConnection_mysql::queryTemporary function drivers/database_mysql/database.inc Runs a SELECT query and stores its results in a temporary table.
DatabaseSelectComplexTestCase::testRange function modules/simpletest/tests/database_test.test Test range queries. The SQL clause varies with the database.
DatabaseConnection_mysql::dateExtractSql function drivers/database_mysql/database.inc Extract part of a date from a date field.
DatabaseConnection::mapConditionOperator function includes/database/database.inc Gets any special processing requirements for the condition operator.
DatabaseConnection_mysql::createDatabase function drivers/database_mysql/database.inc Overrides DatabaseConnection::createDatabase().
BackdropDatabaseCache::garbageCollection function drivers/cache_database/cache_database.inc Implements BackdropCacheInterface::garbageCollection().
DatabaseStatementPrefetch::fetchAllAssoc function includes/database/prefetch.inc Returns the result set as an associative array keyed by the given field.
DatabaseConnection::supportsTransactions function includes/database/database.inc Determines if this driver supports transactions.
DatabaseConnection::getConnectionOptions function includes/database/database.inc Returns the connection information for this connection object.
views_plugin_query_default::get_join_data function modules/views/plugins/views_plugin_query_default.inc Retrieve join data from the larger join data cache.
DatabaseTasks::$databaseNotFoundErrorCode property includes/install.inc Error code for "Unknown database" error.
DatabaseCharsetConverter::convertDatabase function includes/database/charset_converter.inc Convert the database charset and collation, but not the tables within it.
DatabaseSelectTestCase::testNullCondition function modules/simpletest/tests/database_test.test Test that a comparison with NULL is always FALSE.
DatabaseSelectTestCase::testSimpleComment function modules/simpletest/tests/database_test.test Test rudimentary SELECT statement with a COMMENT.
DatabaseTransactionNameNonUniqueException class includes/database/database.inc Exception thrown when a savepoint or transaction name occurs twice.
filter_dom_serialize_escape_cdata_element function modules/filter/filter.module Adds comments around the <!CDATA section in a dom element.
DatabaseUpdateTestCase::testMultiGTUpdate function modules/simpletest/tests/database_test.test Confirm that we can update a multiple records with a non-equality condition.
DatabaseExtraTypesTestCase::testTimeField function modules/simpletest/tests/database_test.test Test the time data type.
DatabaseExtraTypesTestCase::testDateField function modules/simpletest/tests/database_test.test Test the date data type.
DatabaseStatementInterface::fetchAllAssoc function includes/database/database.inc Returns the result set as an associative array keyed by the given field.
DatabaseConnection_mysql::utf8mb4IsActive function drivers/database_mysql/database.inc Checks whether utf8mb4 support is currently active.
ViewsHandlerFilterEqualityTest::viewsData function modules/views/tests/handlers/views_handler_filter_equality.test The views data definition.
DatabaseFetch2TestCase::testQueryFetchNum function modules/simpletest/tests/database_test.test
DatabaseSchemaObjectDoesNotExistException class includes/database/schema.inc Exception thrown if an object being modified doesn't exist yet.
DatabaseConnection_mysql::quoteIdentifier function drivers/database_mysql/database.inc Quotes an identifier if it matches a MySQL reserved keyword.
BackdropWebTestCase::changeDatabasePrefix function modules/simpletest/backdrop_web_test_case.php Changes the database connection to the prefixed one.
DatabaseFetch2TestCase::testQueryFetchCol function modules/simpletest/tests/database_test.test Confirm that we can fetch an entire column of a result set at once.
DatabaseSchema_mysql::createKeysSqlHelper function drivers/database_mysql/schema.inc
DatabaseStatementPrefetch::getQueryString function includes/database/prefetch.inc Return the object's SQL query string.
DatabaseStatementPrefetch::$driverOptions property includes/database/prefetch.inc Driver-specific options. Can be used by child classes.
EntityDatabaseStorageController::postSave function modules/entity/entity.controller.inc Acts on a saved entity before the insert or update hook is invoked.
DatabaseStatementInterface::fetchAllKeyed function includes/database/database.inc Returns the entire result set as a single associative array.
DatabaseEmptyStatementTestCase::testEmpty function modules/simpletest/tests/database_test.test Test that the empty result set behaves as empty.
views_handler_relationship_node_term_data class modules/taxonomy/views/views_handler_relationship_node_term_data.inc Relationship handler to return the taxonomy terms of nodes.
DatabaseStatementInterface::getQueryString function includes/database/database.inc Gets the query string of this statement.
taxonomy_field_views_data_views_data_alter function modules/taxonomy/views/taxonomy.views.inc Implements hook_field_views_data_views_data_alter().
DatabaseFetchTestCase::testQueryFetchArray function modules/simpletest/tests/database_test.test Confirm that we can fetch a record to an array associative explicitly.
DatabaseFetchTestCase::testQueryFetchClass function modules/simpletest/tests/database_test.test Confirm that we can fetch a record into a new instance of a custom class.
EntityDatabaseStorageController::preDelete function modules/entity/entity.controller.inc Acts on entities before they are deleted.
ViewsModuleTest::resetStaticViewsDataCache function modules/views/tests/views_module.test Resets the views data cache.
DatabaseLoggingTestCase::testEnableLogging function modules/simpletest/tests/database_test.test Test that we can log the existence of a query.
DatabaseStatementPrefetch::$resultRowCount property includes/database/prefetch.inc The number of rows in this result set.
DatabaseFetch2TestCase::testQueryFetchBoth function modules/simpletest/tests/database_test.test Confirm that we can fetch a record into a doubly-keyed array explicitly.
installer_browser_get_project_release_data function modules/installer/installer.browser.inc Uses the project status url to get the available releases for a project.
DatabaseInsertTestCase::testRepeatedInsert function modules/simpletest/tests/database_test.test Test that an insert object can be reused with new data after it executes.
DatabaseConnection::getUnprefixedTablesMap function includes/database/database.inc Gets a list of individually prefixed table names.

Pages

  • « first
  • ‹ previous
  • …
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • next ›
  • last »

Search 1.20.x

Partial match search is supported

API Navigation

  • 1.20.x
  • Topics
  • Classes
  • Functions
  • Files
  • Constants
  • Globals
  • Deprecated
Powered by Silkscreen CMS