Hi, > Are there other "SQL statement types" in H2 that a CallableStatement can represent?
Sure. Within H2, you can execute all SQL statements (select, update, create,...) with a CallableStatement. And you can execute any SQL statement with PreparedStatement and Statement. Regards, Thomas On Thu, Aug 1, 2013 at 7:10 AM, steve.ebersole <[email protected]>wrote: > On Wednesday, July 31, 2013 5:19:40 PM UTC-5, Thomas Mueller wrote: >> >> >> So yes, right now, you can't use CallableStatement.**executeUpdate() >> with the SQL statement of type "call". >> >> > I don't understand this part. Are there other "SQL statement types" in H2 > that a CallableStatement can represent? > > -- > You received this message because you are subscribed to the Google Groups > "H2 Database" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/h2-database. > For more options, visit https://groups.google.com/groups/opt_out. > > > -- You received this message because you are subscribed to the Google Groups "H2 Database" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/h2-database. For more options, visit https://groups.google.com/groups/opt_out.
