public interface IDatabaseSoftware
| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT |
static String |
SERVICE |
static String |
SID |
| Modifier and Type | Method and Description |
|---|---|
String |
getDefaultJdbcUrlPatternName() |
Driver |
getDriver() |
String |
getDriverName() |
IJdbcPattern |
getJdbcUrlPattern(String name) |
List<IJdbcPattern> |
getJdbcUrlPatterns() |
int |
getPort() |
String |
getProtocol() |
boolean |
isApplicable() |
boolean |
isGisSupportApplicable() |
static final String SID
static final String SERVICE
static final String DEFAULT
Driver getDriver()
String getDriverName()
String getProtocol()
int getPort()
boolean isApplicable()
boolean isGisSupportApplicable()
String getDefaultJdbcUrlPatternName()
IJdbcPattern getJdbcUrlPattern(String name)
List<IJdbcPattern> getJdbcUrlPatterns()
Copyright © 2007–2019 Andreas W. Bartels. All rights reserved.