Class DeephavenConnection

java.lang.Object
io.deephaven.jdbc.DeephavenConnection
All Implemented Interfaces:
AutoCloseable, Connection, Wrapper

public class DeephavenConnection
extends Object
implements Connection
An implementation of JDBC Connection that authenticates if needed, creates and attaches to a Deephaven worker. The worker should have the same lifetime as the Connection, and will be used to execute any Statement or PreparedStatements created through this connection. This is not thread-safe.