Package com.firebolt.jdbc.cache
Class ConnectionCache
java.lang.Object
com.firebolt.jdbc.cache.ConnectionCache
This class encapsulates what information we cache for each connection
-
Constructor Summary
ConstructorsConstructorDescriptionConnectionCache
(String connectionId) ConnectionCache
(org.json.JSONObject jsonObject) -
Method Summary
Modifier and TypeMethodDescriptiongetDatabaseOptions
(String databaseName) getEngineOptions
(String engineName) void
setDatabaseOptions
(String databaseName, DatabaseOptions databaseOptions) void
setEngineOptions
(String engineName, EngineOptions engineOptions)
-
Constructor Details
-
ConnectionCache
-
ConnectionCache
public ConnectionCache(org.json.JSONObject jsonObject)
-
-
Method Details
-
getDatabaseOptions
-
setDatabaseOptions
-
getEngineOptions
-
setEngineOptions
-