Object type: OutParameter
Represents all OUT parameters used in SQL stored procedure call.
Methods
get | Parses returned Char SQL value to ballerina value. |
get
function get(typedesc<anydata> typeDesc) returns typeDesc | Error
Isolated Function
Parses returned Char SQL value to ballerina value.
Parameters
- typeDesc typedesc<anydata> (default <>)
Type description of the data that need to be converted