close method
Close the query and free resources.
Implementation
// TODO Document wrap with closure to fake auto close
void close() {
checkObx(bindings.obx_query_close(_cQuery));
}
Close the query and free resources.
// TODO Document wrap with closure to fake auto close
void close() {
checkObx(bindings.obx_query_close(_cQuery));
}