typeMapping property

SqlTypes typeMapping

A SqlTypes mapping configuration to use when mapping values between Dart and SQL.

Implementation

SqlTypes get typeMapping => options.createTypeMapping(executor.dialect);