Object - sql : OutParameter

Represents SQL OutParameter used in procedure calls.

Methods

Parses returned SQL value to ballerina value.

get

(typedesc td)

returns td | Error

Parses returned SQL value to ballerina value.

Parameters

  • td typedesc
  • Type description of the data that need to be converted

  • Return Type

    (td | Error)
  • The converted ballerina value or Error