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