Chado Materalized Views

  1. 2.x tripal_core/api/tripal_core.mviews.api.inc tripal_mviews_api
  2. 3.x tripal_chado/api/tripal_chado.mviews.api.inc tripal_mviews_api
  3. 1.x tripal_core/api/tripal_core_mviews.api.inc tripal_mviews_api

Provides an application programming interface (API) to manage materialized views in Chado The Perl-based chado comes with an interface for managing materialzed views. This API provides an alternative Drupal-based method.

Parent topics

File

tripal_chado/api/tripal_chado.mviews.api.inc, line 8
Provides an application programming interface (API) to manage materialized views in Chado.

Functions

Namesort descending Location Description
chado_add_mview tripal_chado/api/tripal_chado.mviews.api.inc Add a materialized view to the chado database to help speed data access. This function supports the older style where postgres column specifications are provided using the $mv_table, $mv_specs and $indexed variables. It also supports the newer…
chado_delete_mview tripal_chado/api/tripal_chado.mviews.api.inc Does the specified action for the specified Materialized View.
chado_edit_mview tripal_chado/api/tripal_chado.mviews.api.inc Edits a materialized view to the chado database to help speed data access. This function supports the older style where postgres column specifications are provided using the $mv_table, $mv_specs and $indexed variables. It also supports the newer…
chado_get_mviews tripal_chado/api/tripal_chado.mviews.api.inc Retrieves the list of materialized view IDs and their names.
chado_get_mview_id tripal_chado/api/tripal_chado.mviews.api.inc Retrieve the materialized view_id given the name.
chado_get_mview_table_names tripal_chado/api/tripal_chado.mviews.api.inc Retrieves the list of materialized views in this site.
chado_populate_mview tripal_chado/api/tripal_chado.mviews.api.inc Update a Materialized View.
chado_refresh_mview tripal_chado/api/tripal_chado.mviews.api.inc Populates the specified Materialized View.