This form of the function applies to fixed size integer and floating point elements (not char, string, BLOB or vectors). The C data type of the value parameter is the data type of fieldname as defined in the database schema, and the prototype output by the schema processor to the generated API header. Handle returned from
classname_structname_write_handle()
.
MCO_RET structname_fieldname_put( /*IN*/ structname *handle, /*IN*/ <type> value );
handle | A pointer to a structname handle |
value |
A variable of type type, the value of which will be passed into structname.fieldname of the object referenced by handle |
This form of the function applies to fixed size integer and floating point elements (not char, string, BLOB or vectors). The C data type of the value parameter is the data type of fieldname as defined in the database schema, and the prototype output by the schema processor to the generated API header. Handle returned from
classname_structname_write_handle()
.
See classname_fieldname_put()