execute raw sql with query @param sql sql the SQL query. The SQL string must not be ; terminated @param bindArgs You may include ?s in where clause in the query, which will be replaced by the values from selectionArgs. The values will be bound as Strings. @return return result as List or null
(String sql, String... bindArgs)
source not stored for this graph (policy: none)
no outgoing calls
no test coverage detected