public final class TableToken extends SQLToken
| Constructor and Description |
|---|
TableToken(int startIndex,
String tableName,
QuoteCharacter quoteCharacter,
int schemaNameLength) |
| Modifier and Type | Method and Description |
|---|---|
int |
getLength()
Get table token length.
|
public TableToken(int startIndex,
String tableName,
QuoteCharacter quoteCharacter,
int schemaNameLength)
Copyright © 2019 The Apache Software Foundation. All rights reserved.