mapToSqlVariable abstract method

dynamic mapToSqlVariable(
  1. T? content
)

Maps the content to a value that we can send together with a prepared statement to represent the given value.

Implementation

dynamic mapToSqlVariable(T? content);