You are here

function date_db_type in Date 7

2 calls to date_db_type()
date_sql_coalesce in date_api/date_api_sql.inc
Helper function to do cross-database NULL replacements
date_sql_concat in date_api/date_api_sql.inc
A helper function to do cross-database concatation of date parts

File

date_api/date_api.module, line 713
This module will make the date API available to other modules. Designed to provide a light but flexible assortment of functions and constants, with more functionality in additional files that are not loaded unless other modules specifically include them.

Code

function date_db_type() {
  return $GLOBALS['databases']['default']['default']['driver'];
}