| Package | Description |
|---|---|
| org.apache.shardingsphere.core.parse.antlr.constant | |
| org.apache.shardingsphere.core.parse.antlr.sql.token |
| Modifier and Type | Method and Description |
|---|---|
static QuoteCharacter |
QuoteCharacter.getQuoteCharacter(String value)
Get quote character.
|
static QuoteCharacter |
QuoteCharacter.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static QuoteCharacter[] |
QuoteCharacter.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
TableToken(int startIndex,
String tableName,
QuoteCharacter quoteCharacter,
int schemaNameLength) |
Copyright © 2019 The Apache Software Foundation. All rights reserved.