JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
com.databricks.jdbc.api.impl
SqlParameter
Contents
Hide sidebar
❮
❯
Show sidebar
Description
Method Summary
Method Details
value()
type()
cardinal()
Interface SqlParameter
All Known Implementing Classes:
ImmutableSqlParameter
@Immutable
public interface
SqlParameter
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
int
cardinal
()
ColumnInfoTypeName
type
()
Object
value
()
Method Details
value
@Nullable
Object
value
()
type
ColumnInfoTypeName
type
()
cardinal
int
cardinal
()