| Package | Description |
|---|---|
| io.shardingsphere.core.parsing.parser.sql | |
| io.shardingsphere.core.parsing.parser.token |
| Modifier and Type | Method and Description |
|---|---|
List<SQLToken> |
SQLStatement.getSqlTokens()
Get SQL Tokens.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GeneratedKeyToken
Generated key token.
|
class |
IndexToken
Index token.
|
class |
InsertColumnToken
Symbol token.
|
class |
InsertValuesToken
Insert values token.
|
class |
ItemsToken
Select items token.
|
class |
MultipleInsertValuesToken
Multiple insert values token.
|
class |
OffsetToken
Offset token for limit.
|
class |
OrderByToken
Order by token.
|
class |
RemoveToken
Remove token.
|
class |
RowCountToken
Row count token for limit.
|
class |
SchemaToken
Schema token.
|
class |
TableToken
Table token.
|
Copyright © 2018. All rights reserved.