I want to write a simple function in HSQL so that it is backward compatible with DB2 functions. Theoretically, I would have to write a user-defined function in java and connect it to HSQL. Is there any direction / documentation on this?
Custom functions are described in the HSQLDB manual. See this section for functions written in Java.
http://hsqldb.org/doc/2.0/guide/sqlroutines-chapt.html#src_jrt_routines
You can also write your functions in SQL, which is described in the same chapter of the manual.
Source: https://habr.com/ru/post/1336025/More articles:Export hundreds of thousands of records with ColdFusion - coldfusionSymfony Doctrine executeCreate generator generator - symfony1Configure SQL Server instance as (local) - sql-serverSymfony Admin Generator: Add User ID Before Saving - symfony1Is it possible to create a vertical meter with HTML5? - html5EF CTP5 Error: Invalid Object Name - asp.net-mvc-2how to get innerHtml body without iframe with jquery - javascriptCreating a user-managed data service using the Google App engine - google-app-engineEntering the current time in a label - datetimeConcurrency problems with QThreads. Threads that receive the same signal block each other - c ++All Articles