MCPcopy 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

dropTableMethod · 0.65
dropDbMethod · 0.65
addColumnMethod · 0.65

Implementers 1

DbBasexutils/src/main/java/org/xutils/db/tab

Calls

no outgoing calls

Tested by

no test coverage detected