read abstract method

T read(
  1. SqlTypes typeSystem,
  2. Object fromSql
)

Interprets the underlying fromSql value from the database driver into the Dart representation T of this type.

Implementation

T read(SqlTypes typeSystem, Object fromSql);