public class SqlLexerLookAheadToken extends Object implements SqlLexerToken
| Constructor and Description |
|---|
SqlLexerLookAheadToken(String sql,
String token,
int tokenPos,
SqlLexerTokenType tokenTyp)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
sql() |
String |
token() |
char |
tokenFirstChar() |
int |
tokenPosition() |
SqlLexerTokenType |
tokenType() |
public SqlLexerLookAheadToken(String sql, String token, int tokenPos, SqlLexerTokenType tokenTyp)
sql - Original SQL.token - Token.tokenPos - Token position.tokenTyp - Token type.public String sql()
sql in interface SqlLexerTokenpublic String token()
token in interface SqlLexerTokenpublic char tokenFirstChar()
tokenFirstChar in interface SqlLexerTokenpublic int tokenPosition()
tokenPosition in interface SqlLexerTokenpublic SqlLexerTokenType tokenType()
tokenType in interface SqlLexerToken
Follow @ApacheIgnite
Ignite Fabric : ver. 2.5.0 Release Date : May 23 2018