使用SQLite的存储过程中的Andr​​oid [英] Use of Sqlite Stored Procedure in Android

查看:392
本文介绍了使用SQLite的存储过程中的Andr​​oid的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我已阅读,我们不能创建在SQLite的存储过程,但我知道的是,有没有第三方库可通过它,我们可以使用相同的或任何其他的方法来创建或致电SQLITE在Android中的存储过程。

I have read that we can not create Stored Procedure in SQLite, But I'd to know is there any third party library available by which we can use the same or any other way to create or call SQLITE Stored Procedure in Android.

推荐答案

SQLite不支持存储过程。无论是在Android中,还是在其他环境中。已经有像的一个,但这些,就要包括存储在SQLite的过程努力已经从完善已经远远。

SQLite does not support stored procedures. Neither in Android, nor in other environments. There has been efforts made to include stored procedures in SQLite like this one, but these have been far from being perfect.

重新评估您的需求在一个资源有限的环境中,例如Android的一个存储过程,看看你是否真的需要它们。存储过程是更适合那些在服务器平台上运行的数据库引擎。

Reassess your needs for a stored procedure in a resource constrained environment such as Android, and see if you really need them. Stored procedures are better suited for those DB engines that run on a server platform.

这篇关于使用SQLite的存储过程中的Andr​​oid的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆