How to call a HSQLDB stored procedure in Execute query activity?

call test_procedure(); this executes in backend as expected.

The same procedure name “test_procedure” have given in UiPath activity.

Is UIPATH execute/execute non query activity only depends specific database(i.e SQL SERVER, MYSQL, ORACLE) only? Why because here i am using HSQLDB