db_type_map

Versions
6 – 7
db_type_map()

This maps a generic data type in combination with its data size to the engine-specific data type.

Related topics

Code

includes/database/database.inc, line 2353

<?php
function db_type_map() {
  return Database::getConnection()->schema()->getFieldTypeMap();
}
?>
Login or register to post comments
 
 

All source code and documentation on this site is released under the terms of the GNU General Public License, version 2 and later. Drupal is a registered trademark of Dries Buytaert.