Uses of Interface
com.databricks.jdbc.api.IDatabricksStatement
-
Packages that use IDatabricksStatement Package Description com.databricks.jdbc.api com.databricks.jdbc.api.impl -
-
Uses of IDatabricksStatement in com.databricks.jdbc.api
Methods in com.databricks.jdbc.api with parameters of type IDatabricksStatement Modifier and Type Method Description voidIDatabricksConnection. closeStatement(IDatabricksStatement statement)Closes a statement from the connection's active set. -
Uses of IDatabricksStatement in com.databricks.jdbc.api.impl
Classes in com.databricks.jdbc.api.impl that implement IDatabricksStatement Modifier and Type Class Description classDatabricksPreparedStatementclassDatabricksStatementMethods in com.databricks.jdbc.api.impl with parameters of type IDatabricksStatement Modifier and Type Method Description voidDatabricksConnection. closeStatement(IDatabricksStatement statement)
-