Dialect returns the dialect of the builder.
()
| 3290 | |
| 3291 | // Dialect returns the dialect of the builder. |
| 3292 | func (b Builder) Dialect() string { |
| 3293 | return b.dialect |
| 3294 | } |
| 3295 | |
| 3296 | // Total returns the total number of arguments so far. |
| 3297 | func (b Builder) Total() int { |