structname_fieldname_put

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().

Prototype

 
    MCO_RET	structname_fieldname_put(	/*IN*/ structname *handle,  
                           /*IN*/ <type> value );
 

Arguments

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

Description

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().

Return Codes

See classname_fieldname_put()

Related Topics Link IconRelated Topics