Documentation
¶
Index ¶
Constants ¶
View Source
const ( And = "AND" Or = "OR" In = "IN" NotIn = "NOT IN" Like = "LIKE" LikeLeft = "LIKE LEFT" LikeRight = "LIKE RIGHT" Eq = "=" Ne = "<>" Gt = ">" Ge = ">=" Lt = "<" Le = "<=" IsNull = "IS NULL" IsNotNull = "IS NOT NULL" Between = "BETWEEN" Desc = "DESC" Asc = "ASC" LeftBracket = "(" RightBracket = ")" Question = "?" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.