Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/wyouflf/xUtils3
/ execNonQuery
Method
execNonQuery
xutils/src/main/java/org/xutils/DbManager.java:113–113 ·
view source on GitHub ↗
(SqlInfo sqlInfo)
Source
from the content-addressed store, hash-verified
111
int
executeUpdateDelete(String sql) throws DbException;
112
113
void
execNonQuery(SqlInfo sqlInfo) throws DbException;
114
115
void
execNonQuery(String sql) throws DbException;
116
Callers
4
createTableIfNotExists
Method · 0.65
dropTable
Method · 0.65
dropDb
Method · 0.65
addColumn
Method · 0.65
Implementers
1
DbBase
xutils/src/main/java/org/xutils/db/tab
Calls
no outgoing calls
Tested by
no test coverage detected