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 7.1.5 Build 0
2017-01-25