Interface IDatabricksConnection

  • All Known Implementing Classes:
    DatabricksConnection

    public interface IDatabricksConnection
    Interface providing Databricks specific Connection APIs.
    • Method Detail

      • getSession

        IDatabricksSession getSession()
        Returns the underlying session for the connection.
      • closeStatement

        void closeStatement​(IDatabricksStatement statement)
        Closes a statement from the connection's active set.
        Parameters:
        statement -
      • getConnection

        Connection getConnection()
        Returns the corresponding sql connection object