[Wish] SQL Enhancement

Roger Garstang

Well-Known Member
Licensed User
Longtime User
How much of the SQL Class/Object/Library is just a wrapper around built-in Android functions and how much is coded? I was curious if it would be possible to enhance it to process a map. This could be very useful for Insert/Update commands. You pass it a map of Column name Keys and Values you wish to Insert or Update. Might not be worth it since it may need to dynamically generate the command which could be done in a code module or something anyway, but if there is something internal that could benefit from a map instead of the string of a command and an array list like it is now it could be pretty useful.
 
Top