Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MaterializeInc/demos
/ main
Method
main
connection-examples/java/insert.java:46–49 ·
view source on GitHub ↗
(String[] args)
Source
from the content-addressed store, hash-verified
44
}
45
46
public
static
void
main(String[] args) {
47
App app =
new
App();
48
app.insert();
49
}
50
}
Callers
nothing calls this directly
Calls
1
insert
Method · 0.95
Tested by
no test coverage detected