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
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: