tibasTuple_Remove()
Removes a specified field from a specified tuple.
Declaration
tibas_status tibasTuple_Remove
(tibasTuple tuple,
const char* fieldname)
Parameter
| Parameter |
Description |
| tuple |
Specify the tuple for which you want to remove a field. |
| fieldname |
The fieldname for which to remove data. |
Remarks
Use the tibasTuple_Remove() function to remove the data in a specified field in a specified tuple.
Copyright © Cloud Software Group, Inc. All rights reserved.