Package com.firebolt.jdbc.service
Interface FireboltEngineService
- All Known Implementing Classes:
FireboltEngineApiService
,FireboltEngineInformationSchemaService
public interface FireboltEngineService
-
Method Summary
Modifier and TypeMethodDescriptiondefault boolean
doesDatabaseExist
(String database) getEngine
(FireboltProperties properties)
-
Method Details
-
getEngine
- Throws:
SQLException
-
doesDatabaseExist
- Throws:
SQLException
-