mapToSqlLiteral abstract method

String mapToSqlLiteral(
  1. GenerationContext context,
  2. 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(GenerationContext context, T dartValue);