Skip to main content

Module get_annotations

Module get_annotations 

Source
Expand description

Re-usable implementations of FieldType::GetAnnotations

Structs§

forward_annotations
ConstFn version of forward_annotations
merge_annotations
ConstFn version of merge_annotations
set_null_annotations
ConstFn version of set_null_annotations

Functions§

forward_annotations
FieldType::GetAnnotations which forwards the field’s explicit annotations to every column.
merge_annotations
FieldType::GetAnnotations which merges the field’s explicit annotations with a set of implicit ones provided by Implicit.
set_null_annotations
FieldType::GetAnnotations which adds nullable to the explicit annotations.