mapToSqlVariable method

  1. @override
String? mapToSqlVariable(
  1. String? content
)
override

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

Implementation

@override
String? mapToSqlVariable(String? content) => content;