Uploaded image for project: 'Teiid'
  1. Teiid
  2. TEIID-1800

Async Event Processing: Standardize JDBC Callback API

    XMLWordPrintable

Details

    • Feature Request
    • Resolution: Done
    • Major
    • 7.6
    • 7.6
    • JDBC Driver
    • None
    • Documentation (Ref Guide, User Guide, etc.), Release Notes

    Description

      The existing callback API used by ODBC should be standardized and made friendly for async processing. Basically, an interface that specifies three methods should suffice:
      public void processRow(ResultSet rs);
      public void onComplete();
      public void onException(Exception e);

      Attachments

        Issue Links

          Activity

            People

              rhn-engineering-shawkins Steven Hawkins
              markaddleman_jira Mark Addleman (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: