Package com.databricks.jdbc.api.impl
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()ColumnInfoTypeNametype()Objectvalue()
-
-
-
Method Detail
-
value
@Nullable Object value()
-
type
ColumnInfoTypeName type()
-
cardinal
int cardinal()
-
-