Uses of Class
com.databricks.jdbc.exception.DatabricksSQLFeatureNotSupportedException
Packages that use DatabricksSQLFeatureNotSupportedException
-
Uses of DatabricksSQLFeatureNotSupportedException in com.databricks.jdbc.api
Methods in com.databricks.jdbc.api that throw DatabricksSQLFeatureNotSupportedExceptionModifier and TypeMethodDescriptionIDatabricksVolumeClient.putFiles(String catalog, String schema, String volume, List<String> objectPaths, List<InputStream> inputStreams, List<Long> contentLengths, boolean toOverwrite) Uploads multiple files from input streams to specified paths within a UC Volume.IDatabricksVolumeClient.putFiles(String catalog, String schema, String volume, List<String> objectPaths, List<String> localPaths, boolean toOverwrite) Uploads multiple files from local paths to specified paths within a UC Volume. -
Uses of DatabricksSQLFeatureNotSupportedException in com.databricks.jdbc.api.impl.volume
Methods in com.databricks.jdbc.api.impl.volume that throw DatabricksSQLFeatureNotSupportedExceptionModifier and TypeMethodDescriptionDatabricksUCVolumeClient.putFiles(String catalog, String schema, String volume, List<String> objectPaths, List<InputStream> inputStreams, List<Long> contentLengths, boolean toOverwrite) DatabricksUCVolumeClient.putFiles(String catalog, String schema, String volume, List<String> objectPaths, List<String> localPaths, boolean toOverwrite)