I made a big research before asking this, I really did.
I have code written in Transact-SQL (SQL server accepts every piece of code, and it works fine), and I was about to transfer it to my JavaFX application, which uses H2 database. Tables were created fine. Stored Procedures were not. Is there a database, in which I can send Transact SQL query (via Connection-Statement- statment.execute( query:"MyQuery")), as I did in SQL server, and have an embedded copy of that database, which I created via SQL server? So triggers, functions and SP's, which work in server were accepted for good? Thank you.