Documentation
¶
Index ¶
- type Builder
- func (b *Builder) Append(word string)
- func (b *Builder) Args() []interface{}
- func (b *Builder) Close()
- func (b *Builder) Comma()
- func (b *Builder) Open()
- func (b *Builder) Quote(word string)
- func (b *Builder) QuoteFullName(surename, firstname string)
- func (b *Builder) Statement() string
- func (b *Builder) Var(arg interface{})
- type Dialect
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Builder ¶
type Builder struct {
// contains filtered or unexported fields
}
Builder is a builder for SQL statements
func (*Builder) Args ¶
func (b *Builder) Args() []interface{}
Args returns the collected argument list
func (*Builder) QuoteFullName ¶
QuoteFullName quotes two names with a dot between them
Click to show internal directories.
Click to hide internal directories.