public enum FileDatabaseSoftware extends Enum<FileDatabaseSoftware> implements IDatabaseSoftware
DEFAULT, SERVICE, SID| Modifier and Type | Method and Description |
|---|---|
static FileDatabaseSoftware |
getByDriverNamw(String driverName) |
static FileDatabaseSoftware |
getByUrl(String url) |
String |
getDefaultJdbcUrlPatternName() |
Driver |
getDriver() |
String |
getDriverName() |
IJdbcPattern |
getJdbcUrlPattern(String name) |
List<IJdbcPattern> |
getJdbcUrlPatterns() |
int |
getPort() |
String |
getProtocol() |
boolean |
isApplicable() |
boolean |
isGisSupportApplicable() |
static FileDatabaseSoftware |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FileDatabaseSoftware[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FileDatabaseSoftware DERBY
public static final FileDatabaseSoftware SQLITE
public static FileDatabaseSoftware[] values()
for (FileDatabaseSoftware c : FileDatabaseSoftware.values()) System.out.println(c);
public static FileDatabaseSoftware valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic Driver getDriver()
getDriver in interface IDatabaseSoftwarepublic String getDriverName()
getDriverName in interface IDatabaseSoftwarepublic String getProtocol()
getProtocol in interface IDatabaseSoftwarepublic int getPort()
getPort in interface IDatabaseSoftwarepublic boolean isApplicable()
isApplicable in interface IDatabaseSoftwarepublic boolean isGisSupportApplicable()
isGisSupportApplicable in interface IDatabaseSoftwarepublic static FileDatabaseSoftware getByUrl(String url)
public String getDefaultJdbcUrlPatternName()
getDefaultJdbcUrlPatternName in interface IDatabaseSoftwarepublic IJdbcPattern getJdbcUrlPattern(String name)
getJdbcUrlPattern in interface IDatabaseSoftwarepublic static FileDatabaseSoftware getByDriverNamw(String driverName)
public List<IJdbcPattern> getJdbcUrlPatterns()
getJdbcUrlPatterns in interface IDatabaseSoftwareCopyright © 2007–2019 Andreas W. Bartels. All rights reserved.