OpenDOF Project
boolean DOFQueryBuilder_SetMatchStyle ( DOFQueryBuilder  self,
DOFQueryMatchStyle_t  matchStyle 
)

Set filter matching style.

  • For DOFQUERYMATCHSTYLE_AT_LEAST, match base OID plus at least a set of attributes (additional attributes are permitted). This is the default.
  • For DOFQUERYMATCHSTYLE_BASE, match base OIDs only (no attributes).
  • For DOFQUERYMATCHSTYLE_EXACT, match base OIDs and attributes exactly.

Please refer to DOFQueryBuilder_Create for the default value for this setting.

Parameters
selfThe Query. If NULL, no action is taken.
matchStyleOne of DOFQueryMatchStyle_t constants.
Return values
TRUEMatch style was set.
Exceptions
FALSEFailed to set.
core-c-dof-oal Version 8.0.1 Build 0
2018-01-22