(fwd) What should Statement.executeBatch() do with an empty batch?

From: Rene Pijlman <rpijlman(at)wanadoo(dot)nl>
To: pgsql-jdbc(at)postgresql(dot)org
Subject: (fwd) What should Statement.executeBatch() do with an empty batch?
Date: 2001-08-26 16:37:35
Message-ID: dc9iot4n3bomjk3c98rope3klp67964fu6@4ax.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

FYI ... I posted this question on the Sun JDBC-interest list.
This affects the PostgreSQL driver as well. Any thoughts?

>What should Statement.executeBatch() do when its called with an
>empty or non-existent batch?
>
>Should it throw an exception, or should it successfully do
>nothing and return an updateCounts array of length 0?
>
>The JDBC 2.0 spec isn't clear about this.
>
>Regards,
>René Pijlman

Regards,
René Pijlman

Browse pgsql-jdbc by date

  From Date Subject
Next Message Rene Pijlman 2001-08-26 16:40:25 (fwd) What should Statement.executeBatch() do with an empty batch?
Previous Message Barry Lind 2001-08-26 07:58:50 Re: [BUGS] Bug #428: Another security issue with the JDBC driver.