Category Manufacturing, Object ProMfgdb

Function ProMfgdbExprCompopGet


Description
Provides the comparison operation (=, <, >, etc.) contained in the specified expression.
Synopsis
#include <ProMfgdb.h>
ProErrorProMfgdbExprCompopGet(
ProMfgdbExpression expression
/* (In)
The expression.
*/
ProMfgdbCompOper* p_comp_op
/* (Out)
The comparison operation.
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully retrived the comp oper.
PRO_TK_BAD_INPUTSThe expression handle was invalid or did not contain a comparison operation.

Manual References:

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