registerTableValuedFunctionHandler method

void registerTableValuedFunctionHandler(
  1. TableValuedFunctionHandler handler
)

Registers the handler, which can infer result sets for a table-valued function.

Implementation

void registerTableValuedFunctionHandler(TableValuedFunctionHandler handler) {
  options.addTableValuedFunctionHandler(handler);
}