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
-
| query | A query to base the call on. This should not be NULL. |
- Returns
- The newly created query builder.
- Exceptions
-
| NULL | is returned if a query builder could not be created or query is NULL. |
- See Also
- DOFQueryBuilder_Destroy