
com.baidu.openrasp.SQL.tokens Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sqlparser Show documentation
Show all versions of sqlparser Show documentation
SQL token parser for OpenRASP
The newest version!
Identifier=1
Number=2
DOUBLE_QUOTE=3
SINGLE_QUOTE=4
BLOCK_COMMENT=5
POUND_COMMENT=6
L_BRACKET=7
R_BRACKET=8
StringLiteral=9
EscapeSequence=10
BLOCK_COMMENT_START=11
BLOCK_COMMENT_END=12
COMMA=13
DOT=14
OR=15
EQUAL=16
AT=17
COLON=18
SYMBOL=19
WS=20
'"'=3
'\''=4
'{'=7
'}'=8
'/*!'=11
'*/'=12
','=13
'.'=14
'||'=15
'='=16
'@'=17
';'=18
© 2015 - 2025 Weber Informatics LLC | Privacy Policy