Package com.firebolt.jdbc.connection
Class FireboltConnectionProvider
java.lang.Object
com.firebolt.jdbc.connection.FireboltConnectionProvider
Based on the connection url and the connection properties this class will generate the correct firebolt connection
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreate
(@NonNull String url, Properties connectionSettings) From the url and connection properties, determine the appropriate firebolt connection
-
Constructor Details
-
FireboltConnectionProvider
public FireboltConnectionProvider()
-
-
Method Details
-
create
public FireboltConnection create(@NonNull @NonNull String url, Properties connectionSettings) throws SQLException From the url and connection properties, determine the appropriate firebolt connection- Throws:
SQLException
-