FunctionCallResult
Return value of Connection.callFunction().
| Key | Type | Description |
|---|---|---|
result | Buffer | null | The function's return value, in the wire format requested via FunctionCallOptions.resultFormat — null if it returned SQL NULL. |
See the Function Call Protocol guide for usage.