Dave Cramer wrote:
> Oliver,
>
> Can you help me out here, I'm considering a pretty simple solution
>
> ie WeakHashMap of every statement created, and then iterate over the
> hashmap at the close and call close on the statement?
>
> Is this overly simplistic?
Sounds like it might work -- I assume you'd have the Statement as the
key and null values in the map?
-O