28 calls to tripal_core_get_chado_table_schema()

drush_tripal_core_tripal_chadotable_desc in tripal_core/tripal_core.drush.inc
Returns the Tripal Schema API Description of the given table
get_chado_fk_relationships in tripal_core/api/get_FKs.php
process_data_array_for_line in tripal_bulk_loader/includes/tripal_bulk_loader.loader.inc
Process the data array for a given line
tripal_bulk_loader_add_foreignkey_to_values in tripal_bulk_loader/includes/tripal_bulk_loader.loader.inc
Handles foreign keys in the values array.
tripal_bulk_loader_add_template_field_form in tripal_bulk_loader/includes/tripal_bulk_loader.admin.templates.inc
Add Field Form
tripal_bulk_loader_edit_template_field_form in tripal_bulk_loader/includes/tripal_bulk_loader.admin.templates.inc
Edit Field Form
tripal_bulk_loader_load_data in tripal_bulk_loader/includes/tripal_bulk_loader.loader.inc
Tripal Bulk Loader
tripal_bulk_loader_modify_template_base_form in tripal_bulk_loader/includes/tripal_bulk_loader.admin.templates.inc
The main form reached at admin/tripal/tripal_bulk_loader/create and /edit
tripal_core_chado_delete in tripal_core/api/tripal_core_chado.api.inc
Provides a generic function for deleting a record(s) from any chado table
tripal_core_chado_insert in tripal_core/api/tripal_core_chado.api.inc
Provides a generic routine for inserting into any Chado table
tripal_core_chado_select in tripal_core/api/tripal_core_chado.api.inc
Provides a generic routine for selecting data from a Chado table
tripal_core_chado_update in tripal_core/api/tripal_core_chado.api.inc
Provides a generic routine for updating into any Chado table
tripal_core_delete_property in tripal_core/api/tripal_core_chado.api.inc
Deletes a property for a given base table record using the property name
tripal_core_delete_property_by_id in tripal_core/api/tripal_core_chado.api.inc
Deletes a property using the property ID
tripal_core_expand_chado_vars in tripal_core/api/tripal_core_chado.api.inc
Retrieves fields/tables/nodes that were excluded by default from a variable and adds them
tripal_core_generate_chado_var in tripal_core/api/tripal_core_chado.api.inc
Generates an object containing the full details of a record(s) in chado.
tripal_core_get_property in tripal_core/api/tripal_core_chado.api.inc
Retrieve a property for a given base table record
tripal_core_insert_property in tripal_core/api/tripal_core_chado.api.inc
Insert a property for a given base table. By default if the property already exists a new property is added with the next available rank. If $update_if_present argument is specified then the record will be updated if it exists rather than adding a…
tripal_core_update_property in tripal_core/api/tripal_core_chado.api.inc
Update a property for a given base table record and property name. This function should be used only if one record of the property will be present. If the property name can have multiple entries (with increasing rank) then use the function named…
tripal_core_update_property_by_id in tripal_core/api/tripal_core_chado.api.inc
Update a property for a given base table record. This function should be used if multiple records of the same property will be present. Also, use this function to change the property name of an existing property.
tripal_feature_load_fasta in tripal_feature/includes/fasta_loader.inc
tripal_views_get_integration_array_for_chado_table in tripal_views/api/tripal_views.api.inc
Returns the array needed to integrate a given chado table with views
tripal_views_handler_field_aggregate::init in tripal_views/views/handlers/tripal_views_handler_field_aggregate.inc
init the handler with necessary data.
tripal_views_integration_form in tripal_views/includes/tripal_views_integration.inc
Purpose: defines the web form used for specifing the base table, joins and handlers when integrating a table with views. This form is used for both creating a new record and editing an existing record.
tripal_views_views_data in tripal_views/tripal_views.views.inc
tripal_views_views_post_render in tripal_views/tripal_views.views.inc
Implementation of hook_views_post_render().
tripal_views_views_pre_execute in tripal_views/tripal_views.views.inc
Implementation of hook_views_pre_execute().
views_handler_join_chado_aggregator::get_aggregate_sql_for_table_field in tripal_views/views/handlers/views_handler_join_chado_aggregator.inc
Create the SQL needed to aggregate a table