public class DatabaseTypeUtils extends Object
| Modifier and Type | Method and Description |
|---|---|
static com.j256.ormlite.db.DatabaseType |
createDatabaseType(String databaseUrl)
Creates and returns a
DatabaseType for the database URL. |
public static com.j256.ormlite.db.DatabaseType createDatabaseType(String databaseUrl)
DatabaseType for the database URL.IllegalArgumentException - if the url format is not recognized, the database type is unknown, or the class could not be
constructed.This documentation is licensed by Gray Watson under the Creative Commons Attribution-Share Alike 3.0 License.