OpenDOF Project
DOFQueryBuilder DOFQueryBuilder_Create ( void  )

Create a new, empty query specification builder.

By default, there are no filters or restrictions in the builder, and if built, the resulting query will not match any objects. At least one filter must be added to the query specification to be of use. The default match style is set to DOFQUERYMATCHSTYLE_AT_LEAST.

Resource Management:
This function allocates resources that must later be freed by calling DOFQueryBuilder_Destroy or DOFQueryBuilder_BuildAndDestroy.

The builder uses the following defaults: -Filters: none -Restrictions: none -Match Style: DOFQUERYMATCHSTYLE_AT_LEAST

Returns
The newly created query builder.
Exceptions
NULLis returned if a query builder could not be created.
See Also
DOFQueryBuilder_Destroy
core-c-dof-oal Version 8.0.1 Build 0
2018-01-22