function tripal_refresh_mview

2.x tripal_core.mviews.api.inc tripal_refresh_mview($mview_id)
3.x tripal_chado.DEPRECATED.api.inc tripal_refresh_mview($mview_id)

Populates the specified Materialized View.

Parameters

$mview_id: The unique ID of the materialized view for the action to be performed on.

1 call to tripal_refresh_mview()
1 string reference to 'tripal_refresh_mview'

File

tripal_chado/api/tripal_chado.DEPRECATED.api.inc, line 189
These api functions are deprecated, if your site is currently using them please update your code with the newer tripal_chado functions.

Code

function tripal_refresh_mview($mview_id) {
  chado_refresh_mview($mview_id);
}