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

Async Event Processing: Standardize JDBC Callback API

XMLWordPrintable

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

      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);

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

              Created:
              Updated:
              Resolved: