You are here

Functions in Schema 5

Primary tabs

Namesort descending Location Description Direct uses Strings
db_field_names ./schema_util.inc Return an array of field names from an array of key/index column specifiers. Copied from D6. 1
db_type_map ./schema_util.inc 1
drupal_get_schema ./schema_util.inc Get the schema definition of a table, or the whole database schema. Copied from D6. 8
module_load_all_includes ./schema_util.inc Load an include file for each of the modules that have been enabled in the system table. Copied from D6. 1
module_load_include ./schema_util.inc Load a module include file. Copied from D6. 1
schema_compare_schemas ./schema.module 2
schema_compare_table ./schema.module 1
schema_describe ./schema.module 1
schema_engine_invoke ./schema.module 3
schema_engine_type ./schema.module 2
schema_inspect ./schema.module 1
schema_invoke ./schema.module 3
schema_menu ./schema.module
schema_mysqli_create_table_sql engines/schema_mysqli.inc
schema_mysqli_engine_type_map engines/schema_mysqli.inc
schema_mysqli_inspect engines/schema_mysqli.inc
schema_mysqli_schema ./schema.install
schema_mysqli_schema_type_map engines/schema_mysqli.inc
schema_mysql_create_table_sql engines/schema_mysql.inc 1
schema_mysql_engine_type_map engines/schema_mysql.inc This maps a generic data type in combination with its data size to the engine-specific data type. Copied from D6. 2
schema_mysql_inspect engines/schema_mysql.inc 1
schema_mysql_schema ./schema.install 1
schema_mysql_schema_type_map engines/schema_mysql.inc 1
schema_perm ./schema.module
schema_pgsql_engine_type_map engines/schema_pgsql.inc This maps a generic data type in combination with its data size to the engine-specific data type. Copied from D6.
schema_pgsql_inspect engines/schema_pgsql.inc
schema_pgsql_schema ./schema.install
schema_pgsql_schema_type_map engines/schema_pgsql.inc
schema_phpprint ./schema.module
schema_phpprint_column ./schema.module 2
schema_phpprint_key ./schema.module 2
schema_phpprint_table ./schema.module 2
schema_report ./schema.module 1
schema_require ./schema.module 1
schema_requirements ./schema.install
schema_schema ./schema.install
schema_schema_type ./schema.module 3
schema_show ./schema.module 1
schema_sql ./schema.module
schema_unprefix_table ./schema.module 2
_drupal_initialize_schema ./schema_util.inc Fill in required default values for table definitions returned by hook_schema(). Copied from D6. 1
_schema_process_description ./schema.module 1

Other projects