mapToSqlParameter abstract method

Object mapToSqlParameter(
  1. GenerationContext context,
  2. T dartValue
)

Maps the dartValue to a value understood by the underlying database driver.

Implementation

Object mapToSqlParameter(GenerationContext context, T dartValue);