Uses of Class
com.databricks.jdbc.exception.DatabricksParsingException
-
-
Uses of DatabricksParsingException in com.databricks.jdbc.api.impl
Methods in com.databricks.jdbc.api.impl that throw DatabricksParsingException Modifier and Type Method Description StringDatabricksConnectionContext. getClientId()com.databricks.sdk.core.utils.CloudDatabricksConnectionContext. getCloud()StringDatabricksConnectionContext. getEndpointURL()StringDatabricksConnectionContext. getGcpAuthType()StringDatabricksConnectionContext. getHostUrl()List<String>DatabricksConnectionContext. getOAuthScopesForU2M()DatabricksArrayComplexDataTypeParser. parseJsonStringToDbArray(String json, String arrayMetadata)DatabricksMap<String,Object>ComplexDataTypeParser. parseJsonStringToDbMap(String json, String mapMetadata)DatabricksStructComplexDataTypeParser. parseJsonStringToDbStruct(String json, String structMetadata)DatabricksArrayComplexDataTypeParser. parseToArray(com.fasterxml.jackson.databind.JsonNode node, String arrayMetadata)DatabricksMap<String,Object>ComplexDataTypeParser. parseToMap(com.fasterxml.jackson.databind.JsonNode node, String mapMetadata)DatabricksStructComplexDataTypeParser. 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 DatabricksParsingException Modifier and Type Method Description ArrowResultChunkArrowResultChunk.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 DatabricksParsingException Modifier and Type Method Description StringIDatabricksConnectionContext. getClientId()com.databricks.sdk.core.utils.CloudIDatabricksConnectionContext. getCloud()StringIDatabricksConnectionContext. getEndpointURL()StringIDatabricksConnectionContext. getGcpAuthType()StringIDatabricksConnectionContext. getHostUrl()Returns host-Url for Databricks server as parsed from JDBC connection in formathttps://server:portList<String>IDatabricksConnectionContext. 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 DatabricksParsingException Constructor Description AzureExternalBrowserProvider(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 DatabricksParsingException Modifier and Type Method Description static 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)static InsertStatementParser.InsertInfoInsertStatementParser. 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 DatabricksParsingException Modifier and Type Method Description voidClientConfigurator. 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 DatabricksParsingException Constructor Description DatabricksSdkClient(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 DatabricksParsingException Constructor Description DatabricksThriftServiceClient(IDatabricksConnectionContext connectionContext)
-