Class DataCloudDatasource

java.lang.Object
com.salesforce.datacloud.jdbc.DataCloudDatasource
All Implemented Interfaces:
Wrapper, CommonDataSource, DataSource

public class DataCloudDatasource extends Object implements DataSource
The DataCloudDatasource provides a type-safe way create a DataCloudConnection. Use the `DataCloudDatasource.builder()` interface to configure the data source. After configuring the data source, call `DataCloudDatasource.getConnection()` to connect. Furthermore, `connectUsingProperties` can be used to connect using a URL and properties.