Object - sql : InOutParameter

Represents SQL InOutParameter used in procedure calls.

Constructor



__init

(Value in)

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