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
DatabaseSchema_mysql::tableExists function drivers/database_mysql/schema.inc Check if a table exists.
DatabaseSchema_mysql::fieldExists function drivers/database_mysql/schema.inc Check if a column exists in the given table.
DatabaseSelectTestCase::testUnion function modules/simpletest/tests/database_test.test Test that we can UNION multiple Select queries together. This is semantically equal to UNION DISTINCT, so we don't explicity test that.
DatabaseRegressionTestCase::setUp function modules/simpletest/tests/database_test.test Sets up a Backdrop site for running functional and integration tests.
DatabaseSchema_mysql::changeField function drivers/database_mysql/schema.inc Change a field definition.
DatabaseConnection::$prefixSearch property includes/database/database.inc List of search values for use in prefixTables().
DatabaseConnection::$escapedNames property includes/database/database.inc List of escaped database, table, and field names, keyed by unescaped names.
DatabaseConnection::dateFormatSql function includes/database/database.inc Format a date field.
DatabaseSchema::$uniqueIdentifier property includes/database/schema.inc A unique identifier for this query object.
DatabaseTasks::checkEngineVersion function includes/install.inc Check the engine version.
DatabaseCondition::$stringVersion property includes/database/query.inc The string version of a query after it has been built.
BackdropTestCase::$databasePrefix property modules/simpletest/backdrop_web_test_case.php The database prefix of this test run.
ViewsHandlerTestFileSize::dataSet function modules/views/tests/handlers/views_handler_field_file_size.test A very simple test dataset.
ConfigDatabaseStorage::$immutable property drivers/config_database/config_database_storage.inc
FieldViewsDataTest::testViewsData function modules/field/tests/field_views.test Unit testing the views data structure.
DatabaseConnection::filterComment function includes/database/database.inc Sanitize a query comment string.
DatabaseConnection::getDriverClass function includes/database/database.inc Gets the driver-specific override class if any for the specified class.
DatabaseStatementBase::__construct function includes/database/database.inc
DatabaseConnection::createDatabase function includes/database/database.inc Creates a database.
DatabaseSelectPagerDefaultTestCase class modules/simpletest/tests/database_test.test
MenuTreeOutputTestCase::$tree_data property modules/simpletest/tests/menu.test Dummy link structure acceptable for menu_tree_output().
BackdropDatabaseCache::__construct function drivers/cache_database/cache_database.inc Constructs a new BackdropDatabaseCache object.
BackdropDatabaseCache::getMultiple function drivers/cache_database/cache_database.inc Implements BackdropCacheInterface::getMultiple().
DatabaseStatementEmpty::fetchAssoc function includes/database/database.inc Fetches the next row and returns it as an associative array.
BackdropDatabaseCache::prepareItem function drivers/cache_database/cache_database.inc Prepares a cached item.
DatabaseStatementEmpty::fetchField function includes/database/database.inc Returns a single field from the next record of a result set.
DatabaseConnection::popTransaction function includes/database/database.inc Decreases the depth of transaction nesting.
DatabaseConnection::$driverClasses property includes/database/database.inc Index of what driver-specific class to use for various operations.
DatabaseStatementPrefetch::execute function includes/database/prefetch.inc Executes a prepared statement.
DatabaseConnection::defaultOptions function includes/database/database.inc Returns the default query options for any given query.
ConfigDatabaseStorage::__construct function drivers/config_database/config_database_storage.inc Constructs a new ConfigDatabaseStorage controller.
DatabaseConnection::queryTemporary function includes/database/database.inc Runs a SELECT query and stores its results in a temporary table.
DatabaseCharsetConverter::$charset property includes/database/charset_converter.inc Default character set to which data should be converted.
ConfigDatabaseStorage::getFilePath function drivers/config_database/config_database_storage.inc Returns the path to the configuration file.
DatabaseStatementPrefetch::current function includes/database/prefetch.inc Return the current row formatted according to the current fetch style.
DatabaseSchema_mysql::processField function drivers/database_mysql/schema.inc Set database-engine specific properties for a field.
DatabaseConnection::$prefixReplace property includes/database/database.inc List of replacement values for use in prefixTables().
ConfigDatabaseStorage::isImmutable function drivers/config_database/config_database_storage.inc Returns whether data in this object can be changed.
DatabaseSchema_mysql::createKeySql function drivers/database_mysql/schema.inc
FileSaveDataTest::testWithFilename function modules/simpletest/tests/file.test Test the file_save_data() function when a filename is provided.
DatabaseSchema_mysql::addUniqueKey function drivers/database_mysql/schema.inc Add a unique key.
DatabaseSchema::findPrefixedTables function includes/database/schema.inc Finds all tables that are like the specified base table name. This is a backport of the change made to findTables in Drupal 8 to work with virtual, un-prefixed table names. The original function is retained for Backwards Compatibility.
DatabaseConnection::dateExtractSql function includes/database/database.inc Extract part of a date from a date field.
ConfigDatabaseStorage::readMultiple function drivers/config_database/config_database_storage.inc Reads configuration data from the storage.
DatabaseDriverNotSpecifiedException class includes/database/database.inc Exception thrown if no driver is specified for a database connection.
DatabaseConnection::pushTransaction function includes/database/database.inc Increases the depth of transaction nesting.
DatabaseStatementInterface::execute function includes/database/database.inc Executes a prepared statement
DatabaseConnection::expandArguments function includes/database/database.inc Expands out shorthand placeholders.
DatabaseStatementEmpty::fetchObject function includes/database/database.inc
FileSaveDataTest::testExistingError function modules/simpletest/tests/file.test Test that file_save_data() fails overwriting an existing file.

Pages

  • « first
  • ‹ previous
  • …
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • …
  • 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