public class DBTable extends Object
| Constructor and Description |
|---|
DBTable(String database,
String table) |
DBTable(String database,
String schema,
String table) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getDatabase() |
String |
getSchema() |
String |
getTable() |
int |
hashCode() |
void |
validate()
Validates that both database and table are non-null and non-empty.
|
Copyright © 2022 CDAP Licensed under the Apache License, Version 2.0.