StatementBuilderType is the type of StatementBuilder.
| 4 | |
| 5 | // StatementBuilderType is the type of StatementBuilder. |
| 6 | type StatementBuilderType builder.Builder |
| 7 | |
| 8 | // Select returns a SelectBuilder for this StatementBuilderType. |
| 9 | func (b StatementBuilderType) Select(columns ...string) SelectBuilder { |