OpenDOF Project
DOFQueryBuilder DOFQueryBuilder_Create_Query ( DOFQuery  query)

Create a query specification builder from an existing query.

Resource Management:
This function allocates resources that must later be freed by calling DOFQueryBuilder_Destroy or DOFQueryBuilder_BuildAndDestroy.
Parameters
queryA query to base the call on. This should not be NULL.
Returns
The newly created query builder.
Exceptions
NULLis returned if a query builder could not be created or query is NULL.
See Also
DOFQueryBuilder_Destroy
core-c-dof-oal Version 8.0.1 Build 0
2018-01-22