public class ModelFactoryBase extends Object
Constructor and Description |
---|
ModelFactoryBase() |
Modifier and Type | Method and Description |
---|---|
static String |
extractType(String dbURL)
Guess the database type as the string between the first and second colons of the
URL.
|
static boolean |
guessDBConcurrent()
Return true if the database should support concurrent read during transactions
|
static String |
guessDBDriver() |
static String |
guessDBPassword() |
static String |
guessDBType() |
static String |
guessDBURL() |
static String |
guessDBUser() |
public static String guessDBURL()
public static String guessDBUser()
public static String guessDBPassword()
public static String guessDBType()
public static String guessDBDriver()
public static boolean guessDBConcurrent()
Copyright ? 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Hewlett-Packard Development Company, LP