SQLProvider

NullableColumnType Type

Record fields

Record Field Description

NO_OPTION

Full Usage: NO_OPTION

Field type: NullableColumnType
Modifiers: static

Nullable types are just Unchecked default. (Old false.)

Field type: NullableColumnType

OPTION

Full Usage: OPTION

Field type: NullableColumnType
Modifiers: static

Option types are Option<_>. (Old true.)

Field type: NullableColumnType

VALUE_OPTION

Full Usage: VALUE_OPTION

Field type: NullableColumnType
Modifiers: static

ValueOption is more performant.

Field type: NullableColumnType

Type something to start searching.