Copyright © Cloud Software Group, Inc. All Rights Reserved
Copyright © Cloud Software Group, Inc. All Rights Reserved


Chapter 7 FieldDef : FieldDef Operations : tibasFieldDef_SetNullable()

tibasFieldDef_SetNullable()
Function
Declaration
tibas_status tibasFieldDef_SetNullable
(tibasFieldDef fieldDef,
tibas_boolean   nullable)
Purpose
Sets a specified field as nullable or not nullable.
Parameters
 
Valid values are TIBAS_TRUE or TIBAS_FALSE.
Remarks
Use the tibasFieldDef_SetNullable() function to set a specified field as nullable or not nullable. To set the field as nullable, specify TIBAS_TRUE for the nullable parameter; to set it as not nullable, specify TIBAS_FALSE.
Fields marked as nullable do not need to be assigned values, but if a value is assigned, the data type must match or be able to be upcasted.
See Also
tibasFieldDef_IsNullable()

Copyright © Cloud Software Group, Inc. All Rights Reserved
Copyright © Cloud Software Group, Inc. All Rights Reserved