Variable declaration
In a C UDR, you declare variables to hold information just as you would in a C function. The DataBlade API provides many data types for variable declaration.
Table 2 lists where in this publication each of the SQL data types is discussed in detail.
Use the DataBlade API data types for variable declaration in your C UDR even if there is a C-language equivalent. The DataBlade API data types are more portable if your C UDR moves to different computer architectures. For more information, see DataBlade API data types.