Package com.databricks.jdbc.core
Interface SqlParameter
-
- All Known Implementing Classes:
ImmutableSqlParameter
@Immutable public interface SqlParameter
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intcardinal()com.databricks.sdk.service.sql.ColumnInfoTypeNametype()Objectvalue()
-
-
-
Method Detail
-
value
@Nullable Object value()
-
type
com.databricks.sdk.service.sql.ColumnInfoTypeName type()
-
cardinal
int cardinal()
-
-