Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ToNullString ¶
func ToNullString(s string) (result sql.NullString)
Types ¶
type SQLBuilder ¶
type SQLBuilder struct {
// contains filtered or unexported fields
}
func NewSQLBuilder ¶
func NewSQLBuilder() *SQLBuilder
func (*SQLBuilder) Append ¶
func (b *SQLBuilder) Append(sql string)
func (*SQLBuilder) Args ¶
func (b *SQLBuilder) Args() []interface{}
func (*SQLBuilder) End ¶
func (b *SQLBuilder) End()
func (*SQLBuilder) Parameter ¶
func (b *SQLBuilder) Parameter(sql string, val interface{})
func (*SQLBuilder) String ¶
func (b *SQLBuilder) String() string
Click to show internal directories.
Click to hide internal directories.