record with the fields: 'allow_null: boolean (optional)', 'default: boolean | number | string | record | list (optional)', 'allow_YY: boolean (optional)' The `validation` options for user input processing that can accept, reject or apply a default value.
Constructor | Description |
|
|
Static member | Description |
Full Usage:
ColumnValidation.init (?allowNull, ?defaultValue, ?allowYY)
Parameters:
bool
?defaultValue : obj
?allowYY : bool
Returns: ColumnValidation
|
|