public class USqlExternalDataSource extends CatalogItem
Constructor and Description |
---|
USqlExternalDataSource() |
Modifier and Type | Method and Description |
---|---|
String |
databaseName()
Get the name of the database.
|
String |
name()
Get the name of the external data source.
|
String |
provider()
Get the name of the provider for the external data source.
|
String |
providerString()
Get the name of the provider string for the external data source.
|
List<String> |
pushdownTypes()
Get the list of types to push down from the external data source.
|
USqlExternalDataSource |
withDatabaseName(String databaseName)
Set the name of the database.
|
USqlExternalDataSource |
withName(String name)
Set the name of the external data source.
|
USqlExternalDataSource |
withProvider(String provider)
Set the name of the provider for the external data source.
|
USqlExternalDataSource |
withProviderString(String providerString)
Set the name of the provider string for the external data source.
|
USqlExternalDataSource |
withPushdownTypes(List<String> pushdownTypes)
Set the list of types to push down from the external data source.
|
computeAccountName, version, withComputeAccountName, withVersion
public String databaseName()
public USqlExternalDataSource withDatabaseName(String databaseName)
databaseName
- the databaseName value to setpublic String name()
public USqlExternalDataSource withName(String name)
name
- the name value to setpublic String provider()
public USqlExternalDataSource withProvider(String provider)
provider
- the provider value to setpublic String providerString()
public USqlExternalDataSource withProviderString(String providerString)
providerString
- the providerString value to setpublic List<String> pushdownTypes()
public USqlExternalDataSource withPushdownTypes(List<String> pushdownTypes)
pushdownTypes
- the pushdownTypes value to setCopyright © 2019. All rights reserved.