MCPcopy Index your code
hub / github.com/annmuor/jnode / execQuery

Method execQuery

jnode-core/src/jnode/install/InstallUtil.java:192–194  ·  view source on GitHub ↗
(String query)

Source from the content-addressed store, hash-verified

190 }
191
192 private void execQuery(String query) {
193 ORMManager.get(Version.class).executeRaw(query);
194 }
195
196 private void updateFromVersion(Version ver) {
197 if (ver.equals("1.0")) {

Callers 2

updateFromVersionMethod · 0.95
runCustomScriptMethod · 0.95

Calls 2

getMethod · 0.95
executeRawMethod · 0.80

Tested by

no test coverage detected