EpmBrowseModel

<< Click to Display Table of Contents >>

 

EpmBrowseModel

Returns a table with a list of items found on the address informed in the @path parameter.

 

Syntax

SELECT * FROM EpmBrowseModel(<[string]@path>)

 

Parameters

<[string]@path>: A String representing the full path of a node to retrieve. This node can be from the Contextual Model, Elipse Data Model, or EPM Model, tree, and must be informed between single quotes

 

Result Fields

Child: Name of the items belonging to the nome informed in the @path parameter

Type: Type or class of the items found

 

Example

To return information about name and type of all items in a certain address on Elipse Data Model, use the next statement.

SELECT * FROM EpmBrowseModel('ElipseDataModel/DataModel/Elipse/[Elipse-RS]/Floor10/Room1')

 

EpmBrowseModel function

EpmBrowseModel function

Was this page useful?