close method

void close ()

Close the query and free resources.

Implementation

// TODO Document wrap with closure to fake auto close
void close() {
  checkObx(bindings.obx_query_close(_cQuery));
}