I don't see this ability documented having a "Cursor.GetObject(ColumnName As String) As Object" or "Cursor.GetObject2(Index As Int) As Object" for SQL. in my situation im trying to put the variable directly into a map like so (Map.Put(cur.GetColumnName(c), cur.GetObject2(Index As Int))). maybe there is a way to do this that im not aware of. i've thought about using the PRAGMA table_info(`TABLENAME`) approach but some of the queries i use contain JOIN statements. so to build my maps i would need to run the PRAGMA command on each table in the query with JOINs. Any work-arounds anyone? or should i hope for this as a wish list item?
thanks.
thanks.