google-code-export / sqlite-manager

Automatically exported from code.google.com/p/sqlite-manager
1 stars 0 forks source link

User-defined function that returns a query result #855

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
The User-Defined Functions are not documented at all. All I know is that they 
are in Javascript. I have no clue what API they use to connect to the various 
databases. Can somebody please give me an example of a user-defined function 
that runs a SELECT query on the open database and returns a result from the 
first row? I want to make a hard-earned function that is shorthand for a SELECT 
query that I often use as a,subquery.

Original issue reported on code.google.com by stuart...@gmail.com on 19 Sep 2014 at 10:58