Uses of Class
com.salesforce.datacloud.jdbc.core.DataCloudConnection
-
Packages that use DataCloudConnection Package Description com.salesforce.datacloud.jdbc.core -
-
Uses of DataCloudConnection in com.salesforce.datacloud.jdbc.core
Fields in com.salesforce.datacloud.jdbc.core declared as DataCloudConnection Modifier and Type Field Description protected DataCloudConnectionDataCloudStatement. dataCloudConnectionMethods in com.salesforce.datacloud.jdbc.core that return DataCloudConnection Modifier and Type Method Description static DataCloudConnectionDataCloudConnection. fromChannel(@NonNull io.grpc.ManagedChannelBuilder<?> builder, Properties properties)static DataCloudConnectionDataCloudConnection. fromTokenSupplier(AuthorizationHeaderInterceptor authInterceptor, @NonNull String host, int port, Properties properties)This flow is not supported by the JDBC Driver Manager, only use it if you know what you're doing.static DataCloudConnectionDataCloudConnection. fromTokenSupplier(AuthorizationHeaderInterceptor authInterceptor, io.grpc.ManagedChannelBuilder<?> builder, Properties properties)This flow is not supported by the JDBC Driver Manager, only use it if you know what you're doing.static DataCloudConnectionDataCloudConnection. of(String url, Properties properties)Constructors in com.salesforce.datacloud.jdbc.core with parameters of type DataCloudConnection Constructor Description DataCloudStatement(@NonNull DataCloudConnection connection)
-