Convenience method to close a PreparedStatement. If the statement is currently being used as a batch, will register it for closing when executing the batch
@param conn The Connection
@param ps The PreparedStatement
@throws SQLException if an error occurs closing the statement
Convenience method to close a PreparedStatement. If the statement is currently being used as a batch, will register it for closing when executing the batch
@param conn The Connection
@param ps The PreparedStatement
@throws SQLException if an error occurs closing the statement
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.