Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/wyouflf/xUtils3
/ execQuery
Method
execQuery
xutils/src/main/java/org/xutils/DbManager.java:117–117 ·
view source on GitHub ↗
(SqlInfo sqlInfo)
Source
from the content-addressed store, hash-verified
115
void
execNonQuery(String sql) throws DbException;
116
117
Cursor execQuery(SqlInfo sqlInfo) throws DbException;
118
119
Cursor execQuery(String sql) throws DbException;
120
Callers
6
findFirst
Method · 0.65
findAll
Method · 0.65
findFirst
Method · 0.65
findAll
Method · 0.65
tableIsExists
Method · 0.65
dropDb
Method · 0.65
Implementers
1
DbBase
xutils/src/main/java/org/xutils/db/tab
Calls
no outgoing calls
Tested by
no test coverage detected