I am new to database and recently started writing test cases for H2 database. I want to know how to test a stored procedure in Eclipse. I have seen the following:
ht
Stored procedure in H2 database is same as java methods.So write java methods and can invoke using aliases.