SqlTypeSystem.withDefaults constructor

const SqlTypeSystem.withDefaults()

Constructs a SqlTypeSystem from the default types.

Implementation

const SqlTypeSystem.withDefaults()
    : this._(const [
        BoolType(),
        StringType(),
        IntType(),
        DateTimeType(),
        BlobType(),
        RealType(),
      ]);