开发者

Android Sqlite Load Extension / Mimic Stored Procedures

开发者 https://www.devze.com 2023-02-08 19:24 出处:网络
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 s

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 Sq开发者_如何学Pythonlite 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?


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号