Uses of Class
com.feedzai.commons.sql.abstraction.engine.DatabaseEngineDriver
-
Packages that use DatabaseEngineDriver Package Description com.feedzai.commons.sql.abstraction.engine Contains the database engine core. -
-
Uses of DatabaseEngineDriver in com.feedzai.commons.sql.abstraction.engine
Methods in com.feedzai.commons.sql.abstraction.engine that return DatabaseEngineDriver Modifier and Type Method Description static DatabaseEngineDriverDatabaseEngineDriver. fromDriver(String driverClass)Gets theDatabaseEngineDrivergiven the driver class.static DatabaseEngineDriverDatabaseEngineDriver. fromEngine(String engine)Gets theDatabaseEngineDrivergiven the engine.static DatabaseEngineDriverDatabaseEngineDriver. valueOf(String name)Returns the enum constant of this type with the specified name.static DatabaseEngineDriver[]DatabaseEngineDriver. values()Returns an array containing the constants of this enum type, in the order they are declared.
-