MCPcopy Create free account
hub / github.com/YeDaxia/SqliteLookup / execQuerySQL

Method execQuerySQL

src/com/darcye/sqlite/DbSqlite.java:283–301  ·  view source on GitHub ↗

execute raw query sql @param 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 from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

doInBackgroundMethod · 0.95

Calls 3

openDBMethod · 0.95
parseCursorToResultMethod · 0.95
getCountMethod · 0.45

Tested by

no test coverage detected