public class TCustomLexer extends Object
Modifier and Type | Field and Description |
---|---|
static int |
bconst |
String |
defaultDelimiterStr |
char |
delimiterchar |
String |
dolqstart |
static int |
keyword_type_column |
static int |
keyword_type_identifier |
static int |
keyword_type_keyword |
static int |
keyword_type_reserved |
String |
tmpDelimiter |
static int |
UNICODE_ENCODE_ID |
static int |
xconst |
BufferedReader |
yyinput |
Constructor and Description |
---|
TCustomLexer() |
Modifier and Type | Method and Description |
---|---|
int |
getkeywordvalue(String keyword) |
String |
getSqlCharset() |
String |
getStringByCode(int tokenCode) |
int |
iskeyword(String str) |
void |
setSqlCharset(String sqlCharset) |
public BufferedReader yyinput
public String dolqstart
public static int keyword_type_reserved
public static int keyword_type_keyword
public static int keyword_type_identifier
public static int keyword_type_column
public char delimiterchar
public String defaultDelimiterStr
public String tmpDelimiter
public static final int bconst
public static final int xconst
public static final int UNICODE_ENCODE_ID
Copyright © 2023. All rights reserved.