Uses of Class
com.databricks.jdbc.core.ImmutableSqlParameter
-
-
Uses of ImmutableSqlParameter in com.databricks.jdbc.client
Method parameters in com.databricks.jdbc.client with type arguments of type ImmutableSqlParameter Modifier and Type Method Description DatabricksResultSetDatabricksClient. executeStatement(String sql, ComputeResource computeResource, Map<Integer,ImmutableSqlParameter> parameters, StatementType statementType, IDatabricksSession session, IDatabricksStatement parentStatement)Executes a statement in Databricks server -
Uses of ImmutableSqlParameter in com.databricks.jdbc.client.impl.sdk
Method parameters in com.databricks.jdbc.client.impl.sdk with type arguments of type ImmutableSqlParameter Modifier and Type Method Description DatabricksResultSetDatabricksSdkClient. executeStatement(String sql, ComputeResource computeResource, Map<Integer,ImmutableSqlParameter> parameters, StatementType statementType, IDatabricksSession session, IDatabricksStatement parentStatement) -
Uses of ImmutableSqlParameter in com.databricks.jdbc.client.impl.thrift
Method parameters in com.databricks.jdbc.client.impl.thrift with type arguments of type ImmutableSqlParameter Modifier and Type Method Description DatabricksResultSetDatabricksThriftServiceClient. executeStatement(String sql, ComputeResource computeResource, Map<Integer,ImmutableSqlParameter> parameters, StatementType statementType, IDatabricksSession session, IDatabricksStatement parentStatement) -
Uses of ImmutableSqlParameter in com.databricks.jdbc.commons.util
Method parameters in com.databricks.jdbc.commons.util with type arguments of type ImmutableSqlParameter 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. -
Uses of ImmutableSqlParameter in com.databricks.jdbc.core
Methods in com.databricks.jdbc.core that return ImmutableSqlParameter Modifier and Type Method Description ImmutableSqlParameterImmutableSqlParameter.Builder. build()Builds a newImmutableSqlParameter.static ImmutableSqlParameterImmutableSqlParameter. copyOf(SqlParameter instance)Creates an immutable copy of aSqlParametervalue.ImmutableSqlParameterImmutableSqlParameter. withCardinal(int value)Copy the current immutable object by setting a value for thecardinalattribute.ImmutableSqlParameterImmutableSqlParameter. withType(com.databricks.sdk.service.sql.ColumnInfoTypeName value)Copy the current immutable object by setting a value for thetypeattribute.ImmutableSqlParameterImmutableSqlParameter. withValue(Object value)Copy the current immutable object by setting a value for thevalueattribute.Methods in com.databricks.jdbc.core that return types with arguments of type ImmutableSqlParameter Modifier and Type Method Description Map<Integer,ImmutableSqlParameter>DatabricksParameterMetaData. getParameterBindings()Methods in com.databricks.jdbc.core with parameters of type ImmutableSqlParameter Modifier and Type Method Description voidDatabricksParameterMetaData. put(int param, ImmutableSqlParameter value)
-