mapToSqlLiteral abstract method

String mapToSqlLiteral(
  1. T dartValue
)

Maps the dartValue to a SQL snippet that can be embedded as a literal into SQL queries generated by drift.

Implementation

String mapToSqlLiteral(T dartValue);