| Package | Description | 
|---|---|
| com.feedzai.commons.sql.abstraction.engine | 
 Contains the database engine core. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static DatabaseEngineDriver | 
DatabaseEngineDriver.fromDriver(String driverClass)
Gets the  
DatabaseEngineDriver given the driver class. | 
static DatabaseEngineDriver | 
DatabaseEngineDriver.fromEngine(String engine)
Gets the  
DatabaseEngineDriver given the engine. | 
static DatabaseEngineDriver | 
DatabaseEngineDriver.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. 
 | 
Copyright © 2014 Feedzai. All Rights Reserved.