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

@file Contains functions for the Materialized Views 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_core/api/tripal_core_mviews.api.inc, line 2
Contains functions for the Materialized Views API

Functions

Name Locationsort descending 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_mviews_get_mview_id tripal_core/api/tripal_core_mviews.api.inc Retrieve the materialized view_id given the name
tripal_update_mview tripal_core/api/tripal_core_mviews.api.inc Update a Materialized View