public class TableRef extends Object
| Constructor and Description |
|---|
TableRef(String catalog,
String dbSchema,
String table)
The complete constructor for the TableRef class.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getCatalog()
Retrieve the catalog from the object.
|
String |
getDbSchema()
Retrieves the db schema from the object.
|
String |
getTable()
Retrieves the table from the object.
|
static TableRef |
of(String catalog,
String dbSchema,
String table)
A static initializer of the TableRef with all the arguments.
|
public static TableRef of(String catalog, String dbSchema, String table)
catalog - the catalog from a table.dbSchema - the database schema from a table.table - the table name from a table.public String getCatalog()
public String getDbSchema()
public String getTable()
Copyright © 2024 The Apache Software Foundation. All rights reserved.