Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Operator ¶
type Operator uint
const ( Eq Operator = iota NotEq Lt LtOrEq Gt GtOrEq Between NotBetween IsDistinct IsNotDistinct Like Escape ArrayIn ArrayNotIn And Or Not // mysql MySQLXor MySQLRegexp MySQLNullSafeEqual // postgresql PostgreSQLILike PostgreSQLSimilarTo PostgreSQLPosixMatch PostgreSQLPosixIMatch // sqlite SQLiteGlob )
Click to show internal directories.
Click to hide internal directories.