If you can add an output parameter to your stored proc and retrieve it after
you execute the query that is how I usually do it. Or you can try
Statement.SUCCESS_NO_INFO which is described as:
The constant indicating that a batch statement executed successfully but
that no count of the number of rows it affected is available.