INFORMIX
DataBlade API Programmer's Manual
Chapter 2: Using DataBlade API Data Types
Home Contents Index Master Index New Book

MI_DATUM Values

A DataBlade module passes MI_DATUM values either by reference or by value.

When a module passes a value of an SQLINT (4 bytes), SQLSMINT (2 bytes), or user-defined data type whose modifier specifies BYVALUE, datum is the actual value. The following example passes an MI_DATUM value by value:

A DataBlade module passes values of all other data types by reference, as in the following example:




DataBlade API Programmer's Manual, version 9.1
Copyright © 1998, Informix Software, Inc. All rights reserved.