typeSystem property

SqlTypeSystem typeSystem

The type system to use with this database. The type system is responsible for mapping Dart objects into sql expressions and vice-versa.

Implementation

SqlTypeSystem get typeSystem => connection.typeSystem;