(s string)
| 705 | } |
| 706 | |
| 707 | func (b *sqlExprBuilder) writeString(s string) { |
| 708 | _, _ = b.out.WriteString(s) |
| 709 | } |
| 710 | |
| 711 | func (b *sqlExprBuilder) writeParenthesizedString(s string) { |
| 712 | _ = b.out.WriteByte('(') |
no outgoing calls
no test coverage detected