• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps Using Raw SQL in and Execute Stored Procedure from Cursor?

ac4android

Well-Known Member
Is it possible to insert raw SQL ( flavour depending on database engine ) rather than use the buildQueryString structure ?

https://developer.android.com/reference/android/database/sqlite/SQLiteQueryBuilder.html

Also, it would be enormously helpful if I could execute a stored procedure rather than pass in some raw SQL. Is that possible? Documentation ?

ADDENDUM
OK, I got the answer to using raw SQL here ( might not be what I was hoping for, but it'll do):
http://www.tutorialspoint.com/android/android_sqlite_database.htm
 
Last edited:
Back
Top Bottom