java.lang.Object
com.cryptoalgo.oursql.model.db.impl.BuiltInDBs
Metadata for built-in database implementations
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic DBMSUtils
lookupImpl
(String id) Get an instance of implementations ofDBMSUtils
for a certain DBMS.
-
Field Details
-
impls
Array of instances of built-in DBMS utils.
-
-
Constructor Details
-
BuiltInDBs
public BuiltInDBs()
-
-
Method Details
-
lookupImpl
Get an instance of implementations ofDBMSUtils
for a certain DBMS.- Parameters:
id
- DBMS ID to lookup- Returns:
- Instance of
DBMSUtils
specific to the requested DBMS - Throws:
NoSuchElementException
- If an implementation for the DBMS of the provided ID was not found
-