public class DataSource extends BaseObjectType
PropertyTypeTable
]| Constructor and Description |
|---|
DataSource() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCatalog()
Get name of the relational database catalog.
|
String |
getName()
Get name of the data source.
|
String |
getSchema()
Get name of the relational database schema.
|
List<Table> |
getTable()
Get list of tables of the data source schema.
|
void |
setCatalog(String catalog)
Set name of the relational database catalog.
|
void |
setName(String name)
Set name of the data source.
|
void |
setSchema(String schema)
Set name of the relational database schema.
|
void |
setTable(List<Table> tables)
Set tables of the data source schema.
|
addProperty, getProperty, getPropertyByName, setPropertypublic String getSchema()
public void setSchema(String schema)
schema - name of the relational database schema.public String getCatalog()
public void setCatalog(String catalog)
catalog - name of the relational database catalog.public String getName()
public void setName(String name)
name - of the data source.public List<Table> getTable()
Copyright © 2018–2020 ODPi. All rights reserved.