Documentation ¶ Index ¶ func WithSpecialCharacterEscapeSequences(keywords string) string type Like func (like Like) And(conds ...builder.Cond) builder.Cond func (like Like) IsValid() bool func (like Like) Or(conds ...builder.Cond) builder.Cond func (like Like) WriteTo(w builder.Writer) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func WithSpecialCharacterEscapeSequences ¶ func WithSpecialCharacterEscapeSequences(keywords string) string Types ¶ type Like ¶ type Like [2]string func (Like) And ¶ func (like Like) And(conds ...builder.Cond) builder.Cond And implements And with other conditions func (Like) IsValid ¶ func (like Like) IsValid() bool IsValid tests if this condition is valid func (Like) Or ¶ func (like Like) Or(conds ...builder.Cond) builder.Cond Or implements Or with other conditions func (Like) WriteTo ¶ func (like Like) WriteTo(w builder.Writer) error WriteTo write SQL to Writer Source Files ¶ View all Source files cond_like.go Click to show internal directories. Click to hide internal directories.