Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
MapExpr = map[string]string{
"=": "=",
"~~": "~=",
"<>": "!~=",
"!=": "!~=",
"<": "<",
"<=": "<=",
">": ">",
">=": ">=",
}
)
Functions ¶
func CompareSlices ¶
CompareSlices - compares to slices, return false if they are not equal, true if they are.
func ParseFromClause ¶
ParseFromClause - Parse from value to get field from field
func ParseSelectClause ¶
ParseSelectClause - Parse select string to get field value
func ParseWhereClause ¶
ParseWhereClause - Parse where to get where field
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.