I am manipulating a couple of SQLite files using Java. Is it possible to create a user-defined function for SQLite and use it in queries from Java? How to define such a function (e.g. power, exp) ? I saw some related questions but could not understand how to use them.
-
Maybe this can help? stackoverflow.com/questions/3192443/…Timo– Timo2015-04-09 07:06:23 +00:00Commented Apr 9, 2015 at 7:06
-
Yes, thanks, I saw that but cannot unterstand how to do it in javaSophia– Sophia2015-04-09 07:59:21 +00:00Commented Apr 9, 2015 at 7:59
-
Which of the many Java SQLite drivers are you using?CL.– CL.2015-04-09 08:37:14 +00:00Commented Apr 9, 2015 at 8:37
-
The driver is frome here: bitbucket.org/xerial/sqlite-jdbc , latest vrrsionSophia– Sophia2015-04-09 10:00:01 +00:00Commented Apr 9, 2015 at 10:00
Add a comment
|