JDBC Driver: Check for closed statement
Started by Kim Hoabout 23 years ago1 messagespatches
Problem:
- Closing a statement should cause it to throw exceptions when
execute/set/get methods are called on it.
Fix:
- Flag is set when the statement is closed. It is checked whenever an
execute/get/set method is called.
Cheers,
Kim