Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
updateFromVersion
Method · 0.95
runCustomScript
Method · 0.95
Calls
2
get
Method · 0.95
executeRaw
Method · 0.80
Tested by
no test coverage detected