FieldAttributes.setAllowNull

Sets the 'allow null' flag of the given field attributes.

class FieldAttributes
void
setAllowNull
(
int allow
)

Parameters

allow int

whether the given field should allows null values or not.

Meta