Uses of Interface
com.databricks.jdbc.api.IDatabricksVolumeClient
Packages that use IDatabricksVolumeClient
-
Uses of IDatabricksVolumeClient in com.databricks.jdbc.api.impl.volume
Classes in com.databricks.jdbc.api.impl.volume that implement IDatabricksVolumeClientModifier and TypeClassDescriptionclassImplementation of the VolumeClient that uses SQL query to perform the Volume OperationsclassImplementation of Volume Client that directly calls SQL Exec API for the Volume OperationsMethods in com.databricks.jdbc.api.impl.volume that return IDatabricksVolumeClientModifier and TypeMethodDescriptionstatic IDatabricksVolumeClientDatabricksVolumeClientFactory.getVolumeClient(IDatabricksConnectionContext connectionContext) Creates an instance of the DBFVolumeClient from the given connectionContext.static IDatabricksVolumeClientDatabricksVolumeClientFactory.getVolumeClient(Connection con) Creates an instance of the DatabricksUCVolumeClient from the given connection.