//
pkg.gl
Category
github.com/rudderlabs/sqlconnect-go
sqlconnect
op
package
1.14.0
Repository:
https://github.com/rudderlabs/sqlconnect-go.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
0
Dependents
2
Files
44 SLOC
#
Functions
IsValid
No description provided by the author
#
Constants
Btw
left <= v <= right.
Eq
=.
Gt
>.
Gte
>=.
In
IN (...).
Inlast
left >= now() - INTERVAL right.
Like
LIKE.
Lt
<.
Lte
<=.
Nbtw
v < left OR v > right.
Neq
!=.
Nin
NOT IN (...).
NLike
NOT LIKE.
Nnull
IS NOT NULL.
Null
IS NULL.
#
Type aliases
Operator
No description provided by the author