Uses of Class
com.databricks.jdbc.exception.DatabricksParsingException
Packages that use DatabricksParsingException
Package
Description
-
Uses of DatabricksParsingException in com.databricks.jdbc.api.impl
Methods in com.databricks.jdbc.api.impl that throw DatabricksParsingExceptionModifier and TypeMethodDescriptionDatabricksConnectionContext.getClientId()com.databricks.sdk.core.utils.CloudDatabricksConnectionContext.getCloud()DatabricksConnectionContext.getEndpointURL()DatabricksConnectionContext.getGcpAuthType()DatabricksConnectionContext.getHostUrl()DatabricksConnectionContext.getOAuthScopesForU2M()ComplexDataTypeParser.parseJsonStringToDbArray(String json, String arrayMetadata) ComplexDataTypeParser.parseJsonStringToDbMap(String json, String mapMetadata) ComplexDataTypeParser.parseJsonStringToDbStruct(String json, String structMetadata) ComplexDataTypeParser.parseToArray(com.fasterxml.jackson.databind.JsonNode node, String arrayMetadata) ComplexDataTypeParser.parseToMap(com.fasterxml.jackson.databind.JsonNode node, String mapMetadata) ComplexDataTypeParser.parseToStruct(com.fasterxml.jackson.databind.JsonNode node, String structMetadata) -
Uses of DatabricksParsingException in com.databricks.jdbc.api.impl.arrow
Methods in com.databricks.jdbc.api.impl.arrow that throw DatabricksParsingExceptionModifier and TypeMethodDescriptionArrowResultChunk.Builder.build()protected abstract voidAbstractArrowResultChunk.downloadData(IDatabricksHttpClient httpClient, CompressionCodec compressionCodec, double speedThreshold) Downloads and initializes data for this chunk using the provided HTTP client and compression codec.protected voidArrowResultChunk.downloadData(IDatabricksHttpClient httpClient, CompressionCodec compressionCodec, double speedThreshold) Downloads and initializes data for this chunk using the provided HTTP client and compression codec.protected abstract voidAbstractArrowResultChunk.handleFailure(Exception exception, ChunkStatus failedStatus) Handles a failure during the download or processing of this chunk.protected voidArrowResultChunk.handleFailure(Exception exception, ChunkStatus failedStatus) Handles a failure during the download or processing of this chunk.voidArrowResultChunkStateMachine.transition(ChunkStatus targetStatus) Attempts to transition to the target state. -
Uses of DatabricksParsingException in com.databricks.jdbc.api.internal
Methods in com.databricks.jdbc.api.internal that throw DatabricksParsingExceptionModifier and TypeMethodDescriptionIDatabricksConnectionContext.getClientId()com.databricks.sdk.core.utils.CloudIDatabricksConnectionContext.getCloud()IDatabricksConnectionContext.getEndpointURL()IDatabricksConnectionContext.getGcpAuthType()IDatabricksConnectionContext.getHostUrl()Returns host-Url for Databricks server as parsed from JDBC connection in formathttps://server:portIDatabricksConnectionContext.getOAuthScopesForU2M()Returns the OAuth scopes to request for the user-to-machine (U2M) authorization flow. -
Uses of DatabricksParsingException in com.databricks.jdbc.auth
Constructors in com.databricks.jdbc.auth that throw DatabricksParsingExceptionModifierConstructorDescriptionAzureExternalBrowserProvider(IDatabricksConnectionContext connectionContext, int availablePort) Constructor for Azure OAuth provider. -
Uses of DatabricksParsingException in com.databricks.jdbc.common.util
Methods in com.databricks.jdbc.common.util that throw DatabricksParsingExceptionModifier and TypeMethodDescriptionstatic List<DriverPropertyInfo> DatabricksDriverPropertyUtil.buildMissingPropertiesList(DatabricksConnectionContext connectionContext) static StringInsertStatementParser.generateMultiRowInsert(InsertStatementParser.InsertInfo insertInfo, int numberOfRows) Generates a multi-row INSERT statement from the template and number of rows.static List<DriverPropertyInfo> DatabricksDriverPropertyUtil.getMissingProperties(String url, Properties info) InsertStatementParser.parseInsertStrict(String sql) Parses an INSERT statement to extract table and column information with strict error handling. -
Uses of DatabricksParsingException in com.databricks.jdbc.dbclient.impl.common
Methods in com.databricks.jdbc.dbclient.impl.common that throw DatabricksParsingExceptionModifier and TypeMethodDescriptionvoidClientConfigurator.setupAccessTokenConfig()Setup the PAT authentication settings in the databricks config.voidClientConfigurator.setupM2MConfig()Setup the OAuth M2M authentication settings in the databricks config.voidClientConfigurator.setupOAuthAccessTokenConfig()voidClientConfigurator.setupOAuthConfig()Setup the OAuth authentication settings in the databricks config.voidClientConfigurator.setupU2MConfig()Setup the OAuth U2M authentication settings in the databricks config.voidClientConfigurator.setupU2MRefreshConfig()Setup the OAuth U2M refresh token authentication settings in the databricks config. -
Uses of DatabricksParsingException in com.databricks.jdbc.dbclient.impl.sqlexec
Constructors in com.databricks.jdbc.dbclient.impl.sqlexec that throw DatabricksParsingExceptionModifierConstructorDescriptionDatabricksSdkClient(IDatabricksConnectionContext connectionContext) DatabricksSdkClient(IDatabricksConnectionContext connectionContext, com.databricks.sdk.service.sql.StatementExecutionService statementExecutionService, com.databricks.sdk.core.ApiClient apiClient) -
Uses of DatabricksParsingException in com.databricks.jdbc.dbclient.impl.thrift
Constructors in com.databricks.jdbc.dbclient.impl.thrift that throw DatabricksParsingExceptionModifierConstructorDescriptionDatabricksThriftServiceClient(IDatabricksConnectionContext connectionContext)