Uses of Class
com.databricks.jdbc.exception.DatabricksValidationException
-
-
Uses of DatabricksValidationException in com.databricks.jdbc.api
Methods in com.databricks.jdbc.api that throw DatabricksValidationException Modifier and Type Method Description byte[]IDatabricksGeospatial. getWKB()Returns the Well-Known Binary (WKB) representation of the geospatial object. -
Uses of DatabricksValidationException in com.databricks.jdbc.api.impl
Constructors in com.databricks.jdbc.api.impl that throw DatabricksValidationException Constructor Description AbstractDatabricksGeospatial(String wkt, int srid)Constructs an AbstractDatabricksGeospatial with the specified WKT and SRID.DatabricksGeography(String wkt, int srid)Constructs a DatabricksGeography with the specified WKT and SRID.DatabricksGeometry(String wkt, int srid)Constructs a DatabricksGeometry with the specified WKT and SRID. -
Uses of DatabricksValidationException in com.databricks.jdbc.api.impl.batch
Methods in com.databricks.jdbc.api.impl.batch that throw DatabricksValidationException Modifier and Type Method Description voidDatabricksBatchExecutor. addCommand(String sql)Adds a new SQL command to the batch. -
Uses of DatabricksValidationException in com.databricks.jdbc.api.impl.converters
Methods in com.databricks.jdbc.api.impl.converters that throw DatabricksValidationException Modifier and Type Method Description static byte[]WKTConverter. toWKB(String wkt)Converts WKT (Well-Known Text) to WKB (Well-Known Binary) format.static StringWKTConverter. toWKT(byte[] wkb)Converts WKB (Well-Known Binary) to WKT (Well-Known Text) format. -
Uses of DatabricksValidationException in com.databricks.jdbc.common.util
Methods in com.databricks.jdbc.common.util that throw DatabricksValidationException Modifier and Type Method Description static StringSQLInterpolator. interpolateSQL(String sql, Map<Integer,ImmutableSqlParameter> params)Interpolates the given SQL string by replacing placeholders with the provided parameters.static voidDriverUtil. resolveMetadataClient(IDatabricksConnectionInternal connection)
-