Interface IDatabricksResultSet

    • Method Detail

      • getStatementId

        String getStatementId()
        Returns statement-Id of associated statement
        Returns:
        statement-Id
      • getStatementStatus

        com.databricks.sdk.service.sql.StatementStatus getStatementStatus()
        Fetches Statement status for underlying statement
        Returns:
        statement status
      • getUpdateCount

        long getUpdateCount()
                     throws SQLException
        Returns update count for underlying statement execution. Returns 0 for a query statement.
        Returns:
        update count
        Throws:
        SQLException
      • hasUpdateCount

        boolean hasUpdateCount()
                        throws SQLException
        Checks if there is an update count for underlying statement execution
        Returns:
        true for DML commands
        Throws:
        SQLException