Collections
A collection type is a complex data type whose instances are groups of elements of the same data type. The DataBlade API provides the following functions for collection types:
Chapter 12, "DataBlade API Function Descriptions," describes each function, in alphabetical order.
The following example illustrates the use of these functions on collections.
The SQL code that follows uses the user-defined routine listpos():
The following C file contains the functions that implement the listpos() user-defined function:
|