Tripal Materalized Views API

  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.

File

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

Functions

Name Locationsort ascending Description
tripal_add_mview tripal_core/api/tripal_core.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…
tripal_edit_mview tripal_core/api/tripal_core.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…
tripal_get_mview_id tripal_core/api/tripal_core.mviews.api.inc Retrieve the materialized view_id given the name
tripal_refresh_mview tripal_core/api/tripal_core.mviews.api.inc Populates the specified Materialized View
tripal_get_mviews tripal_core/api/tripal_core.mviews.api.inc Retrieves the list of materialized view IDs and their names
tripal_delete_mview tripal_core/api/tripal_core.mviews.api.inc Does the specified action for the specified Materialized View
tripal_populate_mview tripal_core/api/tripal_core.mviews.api.inc Update a Materialized View