Stored Procedure in H2 Database

后端 未结 4 2070
旧时难觅i
旧时难觅i 2020-12-06 10:44

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

4条回答
  •  臣服心动
    2020-12-06 11:19

    Stored procedure in H2 database is same as java methods.So write java methods and can invoke using aliases.

提交回复
热议问题