>>>>> "Peter" == Peter Royal <[EMAIL PROTECTED]> writes:

    >> The implementation will include a Vector (for synchronization) of
    >> Statements kept in AbstractJdbcConnection. The vector will be
    >> populated by createStatement, prepareStatement, prepareCall
    >> methods of AbstractJdbcConnection's descendants and all
    >> statements will be closed by
    >> AbstractJdbcConnection.close. Duplicate calls to Statement.close
    >> are safe according to java.sql javadoc. Thus, it is not necessary
    >> to track if a statement has been closed already and we don't have
    >> to create extra

    >> wrappers.

    Peter> Thats fine.

I implemented statement tracking like described above. I used LinkedList
instead of a Vector and documented the reasons in the patch. Could
somebody review and apply?


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to