|
|
|
|
|
HRefreshView (Function) In french: HRafraîchitVue
Available only with these kinds of connection
Asks to recalculate the content of a materialized view. HRefreshView(MyConnection, MyView)
Syntax
<Result> = HRefreshView(<Connection> , <View> [, <Option>])
<Result>: Boolean - True if the materialized view was refreshed,
- False if an error occurred. HErrorInfo is used to identify the error.
<Connection>: Character string or Connection variable Connection to use. This connection corresponds to: <View>: Character string Name of materialized view whose data must be recalculated. This view was created: <Option>: Optional Integer constant Mode for refreshing the materialized view. | | hNoWait | The refresh of materialized view is not a locking operation: it is performed in background task. HInfoView returns the information of the materialized view after being refreshed. | Parameter not specified (by default) | The refresh of materialized view is locking for the one who requested it. <Result> is used to find out the status report of refresh. |
Remarks Necessary rights To recalculate the content of materialized view, you must have: - the corresponding rights (hRightsManageTask constant) on the server,
- for each relevant database (which means containing a view to process), the rights to connect (hRightsConnection or hRightsEncryptedConnection constant).
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|