drush_schema_compare |
./schema.drush.inc |
Implements drush_COMMANDFILE_COMMANDNAME(). |
|
|
drush_schema_compare_validate |
./schema.drush.inc |
|
|
|
drush_schema_inspect |
./schema.drush.inc |
Implements drush_COMMANDFILE_COMMANDNAME(). |
|
|
field_schema_field_type_map_alter |
./schema.module |
Implements hook_schema_field_type_map_alter() on behalf of field.module. |
|
|
hook_schema_field_type_map_alter |
./schema.api.php |
Alter the results from the getFieldTypeMap() methods in the schema class. |
|
|
schema_compare |
./schema.pages.inc |
"Compare" menu callback. |
|
1 |
schema_compare_schemas |
./schema.module |
Compares two complete schemas. |
3 |
|
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_dbobject |
./schema.module |
Fetch a schema engine class instance for a given database connection. |
|
|
schema_describe |
./schema.pages.inc |
"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_type |
./schema.module |
Converts a column's Schema type into an engine-specific data type. |
1 |
|
schema_get_connection_engine_class |
./schema.module |
Fetch the schema engine class name for a given database connection. |
2 |
|
schema_get_connection_options |
./schema.module |
Get an array of connection options that are supported by schema inspection. |
1 |
|
schema_get_schema |
./schema.module |
A copy of drupal_get_schema() optimized for schema module use. |
8 |
|
schema_help |
./schema.module |
Implements hooK_help(). |
|
|
schema_inspect |
./schema.pages.inc |
"Inspect" menu callback. |
|
1 |
schema_menu |
./schema.module |
Implements hook_menu(). |
|
|
schema_permission |
./schema.module |
Implements hook_permission(). |
|
|
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_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_form |
./schema.admin.inc |
@file
Administrative page callbacks for the Schema module. |
|
1 |
schema_show |
./schema.pages.inc |
"Show" menu callback. |
|
1 |
schema_sql |
./schema.pages.inc |
"SQL" menu callback. |
|
1 |
schema_test_schema |
tests/schema_test/schema_test.install |
Implements hook_schema(). |
|
|
schema_test_schema_alter |
tests/schema_test/schema_test.install |
Implements hook_schema_alter(). |
|
|
schema_uninstall |
./schema.install |
Implementation of hook_uninstall(), |
|
|
schema_unprefix_table |
./schema.module |
Unprefix a table name. |
3 |
|
schema_update_7100 |
./schema.install |
Moved menu callbacks to include files. |
|
|
_schema_process_description |
./schema.pages.inc |
|
1 |
|