Interface IDatabricksStatement

    • Method Detail

      • executeAsync

        ResultSet executeAsync​(String sql)
                        throws SQLException
        Executes the given SQL command in async mode, and returns a lightweight instance of result set
        Parameters:
        sql - SQL command to be executed
        Returns:
        result set for given execution
        Throws:
        SQLException - in case of error
      • getExecutionResult

        ResultSet getExecutionResult()
                              throws SQLException
        Returns result set response for the executed statement
        Returns:
        result set for underlying execution
        Throws:
        SQLException - if statement was never executed