6 calls to fastcache::cache_set() in Drupal driver for SQL Server and SQL Azure 7.2
- DatabaseSchema_sqlsrv::DrupalSpecificFunctions in sqlsrv/
schema.inc - Returns a list of functions that are not available by default on SQL Server, but used in Drupal Core or contributed modules because they are available in other databases such as MySQL.
- DatabaseSchema_sqlsrv::EngineVersion in sqlsrv/
schema.inc - Retrieve Engine Version information.
- DatabaseSchema_sqlsrv::getDatabaseInfo in sqlsrv/
schema.inc - Get database information from sys.databases
- DatabaseSchema_sqlsrv::LoadDefaultSchema in sqlsrv/
schema.inc - Load the real default schema name for this connection.
- DatabaseSchema_sqlsrv::queryColumnInformation in sqlsrv/
schema.inc - Database introspection: fetch technical information about a table.
- DatabaseSchema_sqlsrv::tableExists in sqlsrv/
schema.inc - Find if a table already exists. Results are cached, use $reset = TRUE to get a fresh copy.