Uses of Interface
com.databricks.jdbc.api.IDatabricksStatement
Packages that use IDatabricksStatement
-
Uses of IDatabricksStatement in com.databricks.jdbc.api.impl
Classes in com.databricks.jdbc.api.impl that implement IDatabricksStatementMethods in com.databricks.jdbc.api.impl with parameters of type IDatabricksStatementModifier and TypeMethodDescriptionvoidDatabricksConnection.closeStatement(IDatabricksStatement statement) -
Uses of IDatabricksStatement in com.databricks.jdbc.api.internal
Methods in com.databricks.jdbc.api.internal with parameters of type IDatabricksStatementModifier and TypeMethodDescriptionvoidIDatabricksConnectionInternal.closeStatement(IDatabricksStatement statement) Closes a statement from the connection's active set.