Return a datum holding the specified integer value.
Synopsis
Declared in <bdld_datum.h>
static
Datum
createInteger(int value);
Description
Return, by value, a datum having the specified int value.
Return Value
a datum holding the specified integer value
Parameters
Name |
Description |
value |
integer value to store |
Created with MrDocs