Category Manufacturing, Object ProMfgdb

Function ProMfgdbQuerynodeExprGet


Description
Provides the expressions for the given query. Note that the query_node must be a leaf node.
Synopsis
#include <ProMfgdb.h>
ProErrorProMfgdbQuerynodeExprGet(
ProMfgdbQuerynode query_node
/* (In)
Handle to the node for which the expression is retrieved.
*/
ProMfgdbExpression* p_expression
/* (Out)
Handle to output ProMfgdbExpression.
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully retrieved the handle
PRO_TK_BAD_INPUTSThe query_node handle was invalid or did not contain an expression.

Manual References:

  1. Production Applications: Customized Tool Database: Querying the External Database
  2. Production Applications: Customized Tool Database: Querying the External Database