[ 1916285 ] CStatement.close should do nothing if it have been closed.

This commit is contained in:
Heng Sin Low 2008-03-17 04:15:16 +00:00
parent 1cde9a356a
commit 6a83f4a282
1 changed files with 2 additions and 0 deletions

View File

@ -739,6 +739,8 @@ public class CStatement implements Statement
*/
public void close () throws SQLException
{
if (close) return;
try {
if (p_stmt != null)
{