SQL expression equivalent of transform (UPDATE t SET name = <expr>). Required for the SQL migration path; ignored by the map-based path.
UPDATE t SET name = <expr>
final String? sqlExpression;