Category Manufacturing, Object ProMfgdb

Function ProMfgdbQuerynodeLogicOperGet


Description
Returns from a node the logical operation (AND or OR) applied to the specified query.
Synopsis
#include <ProMfgdb.h>
ProErrorProMfgdbQuerynodeLogicOperGet(
ProMfgdbQuerynode query
/* (In)
The query.
*/
ProMfgdbLogicOper* p_oper
/* (Out)
The operation.
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully retrived the logical oper
PRO_TK_BAD_INPUTSThe query_node handle was invalid or did not contain a logical operation.

Manual References:

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