public final class TablePath extends Object implements Serializable
| 构造器和说明 |
|---|
TablePath() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getFullName() |
String |
getFullNameWithQuoted() |
String |
getFullNameWithQuoted(String quote) |
String |
getFullNameWithQuoted(String quoteLeft,
String quoteRight) |
String |
getSchemaAndTableName() |
String |
getSchemaAndTableName(String quote) |
static TablePath |
of(String fullName) |
static TablePath |
of(String fullName,
boolean schemaFirst) |
static TablePath |
of(String databaseName,
String tableName) |
static TablePath |
of(String databaseName,
String schemaName,
String tableName) |
String |
toString() |
Copyright © 2024 The Apache Software Foundation. All rights reserved.