Uses of Class
com.databricks.jdbc.exception.DatabricksSQLFeatureNotImplementedException
-
Packages that use DatabricksSQLFeatureNotImplementedException Package Description com.databricks.jdbc.api.impl -
-
Uses of DatabricksSQLFeatureNotImplementedException in com.databricks.jdbc.api.impl
Methods in com.databricks.jdbc.api.impl that throw DatabricksSQLFeatureNotImplementedException Modifier and Type Method Description voidDatabricksConnection. setShardingKey(ShardingKey shardingKey)voidDatabricksConnection. setShardingKey(ShardingKey shardingKey, ShardingKey superShardingKey)booleanDatabricksConnection. setShardingKeyIfValid(ShardingKey shardingKey, int timeout)booleanDatabricksConnection. setShardingKeyIfValid(ShardingKey shardingKey, ShardingKey superShardingKey, int timeout)
-