Documentation ¶ Index ¶ func RawQuery(q string, args ...any) bob.BaseQuery[expr.Raw] type Dialect func (d Dialect) WriteArg(w io.Writer, position int) func (d Dialect) WriteNamedArg(w io.Writer, name string) func (d Dialect) WriteQuoted(w io.Writer, s string) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func RawQuery ¶ func RawQuery(q string, args ...any) bob.BaseQuery[expr.Raw] Types ¶ type Dialect ¶ type Dialect struct{} func (Dialect) WriteArg ¶ func (d Dialect) WriteArg(w io.Writer, position int) func (Dialect) WriteNamedArg ¶ func (d Dialect) WriteNamedArg(w io.Writer, name string) func (Dialect) WriteQuoted ¶ func (d Dialect) WriteQuoted(w io.Writer, s string) Source Files ¶ View all Source files dialect.go raw.go Click to show internal directories. Click to hide internal directories.