public class PostgresTablePath extends Object
| 构造器和说明 |
|---|
PostgresTablePath(String pgSchemaName,
String pgTableName) |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
equals(Object o) |
static PostgresTablePath |
fromFlinkTableName(String flinkTableName) |
String |
getFullPath() |
String |
getPgSchemaName() |
String |
getPgTableName() |
int |
hashCode() |
static String |
toFlinkTableName(String schema,
String table) |
String |
toString() |
public static PostgresTablePath fromFlinkTableName(String flinkTableName)
public String getFullPath()
public String getPgTableName()
public String getPgSchemaName()
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.