Interface ConnectionFactory<C extends SqlConnectOptions>
- All Superinterfaces:
Closeable
A connection factory, can be obtained from
invalid reference
Driver#createConnectionFactory
-
Method Summary
-
Method Details
-
connect
-
connect
Create a connection using the givencontext.- Parameters:
context- the context- Returns:
- the future connection
-