Uses of Class
com.databricks.jdbc.api.impl.ImmutableSqlParameter.Builder
Packages that use ImmutableSqlParameter.Builder
-
Uses of ImmutableSqlParameter.Builder in com.databricks.jdbc.api.impl
Methods in com.databricks.jdbc.api.impl that return ImmutableSqlParameter.BuilderModifier and TypeMethodDescriptionImmutableSqlParameter.builder()Creates a builder forImmutableSqlParameter.ImmutableSqlParameter.Builder.cardinal(int cardinal) Initializes the value for thecardinalattribute.ImmutableSqlParameter.Builder.from(SqlParameter instance) Fill a builder with attribute values from the providedSqlParameterinstance.ImmutableSqlParameter.Builder.type(ColumnInfoTypeName type) Initializes the value for thetypeattribute.Initializes the value for thevalueattribute.