SqlLiteral constructor
SqlLiteral(
- Object? value
Composes a literal value and wraps the result.
Implementation
SqlLiteral(Object? value) : super(sqlLiteral(value));
Composes a literal value and wraps the result.
SqlLiteral(Object? value) : super(sqlLiteral(value));