2 Replies Latest reply on May 16, 2006 10:16 AM by marklittle

    JDBC3.0 Support in ConnectionImple

    metavirulent

      I've noticed that ConnectionImple in the Transactional JDBC Driver does not support the JDBC 3.0 methods. Since most work is delegated to the actual JDBC driver behind anyway, is there any chance this will be implemented in the near future?

      I'm particularly thinking of the alternative prepareStatement() methods that should be handled pretty similar to the one already implemented.