You are here

Functions in Schema 6

Primary tabs

Namesort descending Location Description Direct uses Strings
drush_schema_describe ./schema.drush.inc Command callback for drush schema-describe.
drush_schema_inspect ./schema.drush.inc A drush command callback.
schema_compare_schemas ./schema.module Compares two complete schemas. 2
schema_compare_table ./schema.module Compares a reference specification (such as one returned by a module's hook_schema) to an inspected specification from the database. 2
schema_describe ./schema.module "Describe" menu callback. 1
schema_drush_command ./schema.drush.inc Implementation of hook_drush_command().
schema_drush_help ./schema.drush.inc Implementation of hook_drush_help().
schema_engine_invoke ./schema.module 2
schema_engine_type ./schema.module Converts a column's Schema type into an engine-specific data type. 2
schema_init ./schema.module Implementation of hook_init(). Perform setup tasks.
schema_inspect ./schema.module "Inspect" menu callback. 1
schema_invoke ./schema.module 5
schema_menu ./schema.module Implementation of hook_menu(). Define menu items and page callbacks. admin/build/schema calls local task(default): schema_report() admin/build/schema/report calls local task: schema_report() admin/build/schema/describe calls local task:…
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_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 2
schema_mysql_inspect engines/schema_mysql.inc 1
schema_mysql_schema_type_map engines/schema_mysql.inc 1
schema_perm ./schema.module Implementation of hook_perm().
schema_pgsql_engine_type_map engines/schema_pgsql.inc 1
schema_pgsql_inspect engines/schema_pgsql.inc
schema_pgsql_schema_type_map engines/schema_pgsql.inc
schema_phpprint ./schema.module Builds a pretty ASCII-formatted version of a $schema array.
schema_phpprint_column ./schema.module 2
schema_phpprint_key ./schema.module 2
schema_phpprint_table ./schema.module 3
schema_report ./schema.module "Report" menu callback. This function just massages the data returned by schema_compare_schemas() into HTML. 1
schema_require ./schema.module 2
schema_requirements ./schema.install Implementation of hook_requirements(). Checks installation requirements and do status reporting.
schema_schema_type ./schema.module Convert an engine-specific data type into a Schema type. 3
schema_settings ./schema.module 1
schema_show ./schema.module "Show" menu callback. Displays drupal schema as php code, so you can reuse it as you need. 1
schema_sql ./schema.module "SQL" menu callback. 1
schema_uninstall ./schema.install Implementation of hook_uninstall(),
schema_unprefix_table ./schema.module 2
_schema_process_description ./schema.module 1

Other projects