org.joo.libra.sql.antlr.SqlLexer.tokens Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of joo-libra Show documentation
Show all versions of joo-libra Show documentation
Java Predicate with SQL-like syntax support
AND=1
OR=2
NOT=3
IS_EQUALS=4
IS_EQUALS_NOT=5
IS_EMPTY=6
IS_NOT_EMPTY=7
CONTAINS=8
MATCHES=9
TRUE=10
FALSE=11
UNDEFINED=12
NULL=13
GREATER_THAN=14
GREATER_THAN_EQUALS=15
LESS_THAN=16
LESS_THAN_EQUALS=17
EQUALS=18
NOT_EQUALS=19
DBL_EQUALS=20
PLUS=21
MINUS=22
TIMES=23
DIVIDE=24
LPAREN=25
RPAREN=26
STRING=27
INTEGER=28
DOUBLE=29
VARIABLE=30
WS=31