Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android Sqlite Load Extension / Mimic Stored Procedures

I am looking to mimic the behavior of a stored procedure in a sqlite database running on an Android device. I am aware that SQLite does not do 'stored procedures', but it is possible to achieve the same effect through either loading some custom extension or by other means. For example, in SQLite ADO.Net you can create user defined functions that are bound the Sqlite core at runtime.

Is there an equivalent for Androids flavor of sqlite? Can I load an existing extension (in .so format) or write some type of Java based function that can behave like a stored procedure?

like image 830
user163757 Avatar asked Jul 02 '26 23:07

user163757


1 Answers

Is there an equivalent for Androids flavor of sqlite?

No, sorry.

Can I load an existing extension (in .so format) or write some type of Java based function that can behave like a stored procedure?

No, sorry.

like image 163
CommonsWare Avatar answered Jul 04 '26 12:07

CommonsWare



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!