mapToSqlConstant abstract method

String? mapToSqlConstant(
  1. T? content
)

Maps the given content to a sql literal that can be included in the query string.

Implementation

String? mapToSqlConstant(T? content);