public class ExternalTable extends Object
Constructor and Description |
---|
ExternalTable() |
Modifier and Type | Method and Description |
---|---|
EntityId |
dataSource()
Get the data source associated with this external table.
|
String |
tableName()
Get the name of the table associated with this database and schema.
|
ExternalTable |
withDataSource(EntityId dataSource)
Set the data source associated with this external table.
|
ExternalTable |
withTableName(String tableName)
Set the name of the table associated with this database and schema.
|
public String tableName()
public ExternalTable withTableName(String tableName)
tableName
- the tableName value to setpublic EntityId dataSource()
public ExternalTable withDataSource(EntityId dataSource)
dataSource
- the dataSource value to setCopyright © 2019. All rights reserved.