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

Method execQuerySQL

src/com/darcye/sqlite/IBaseDao.java:152–152  ·  view source on GitHub ↗

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 from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

execQuerySQLMethod · 0.65

Implementers 1

GenericDaosrc/com/darcye/sqlite/GenericDao.java

Calls

no outgoing calls

Tested by

no test coverage detected