Types
- Parameter Value | InOutParameter | OutParameter
Generic type that can be passed to sql:ParameterizedCallQuery
to indicate procedure/function parameters.
- Value string | int | boolean | float | decimal | byte[ ] | xml | record {} | Utc | Civil | Date | TimeOfDay | Civil[ ] | TimeOfDay[ ] | string | ()[ ] | int | ()[ ] | boolean | ()[ ] | float | ()[ ] | decimal | ()[ ] | byte[ ] | ()[ ] | TypedValue?
Generic type of ballerina basic types that can be passed to sql:ParameterizedQuery
to represent parameters in the SQL query.