github.com/Masterminds/squirrel.SelectBuilder.Options (method)

2 uses

	github.com/Masterminds/squirrel (current package)
		select.go#L250: 	return b.Options("DISTINCT")
		select.go#L254: func (b SelectBuilder) Options(options ...string) SelectBuilder {