public class StandardizedTableDetail extends Object
| Constructor and Description |
|---|
StandardizedTableDetail(String database,
String table,
List<String> primaryKey,
io.cdap.cdap.api.data.schema.Schema schema) |
StandardizedTableDetail(String database,
String schemaName,
String table,
List<String> primaryKey,
io.cdap.cdap.api.data.schema.Schema schema) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getDatabase() |
List<String> |
getPrimaryKey() |
io.cdap.cdap.api.data.schema.Schema |
getSchema() |
String |
getSchemaName() |
String |
getTable() |
int |
hashCode() |
public StandardizedTableDetail(String database, @Nullable String schemaName, String table, List<String> primaryKey, io.cdap.cdap.api.data.schema.Schema schema)
Copyright © 2021 CDAP Licensed under the Apache License, Version 2.0.