public class JDBCDataStoreConfiguration extends Object
Constructor and Description |
---|
JDBCDataStoreConfiguration(String identifier,
DBMSType dbmsType,
String jdbcUrl,
String databaseHost,
String databaseName,
String userName,
String password,
boolean useSsl,
Map<String,Object> fields) |
Modifier and Type | Method and Description |
---|---|
File |
getBuiltInDatabasePath() |
String |
getDatabaseName() |
DBMSType |
getDBMSType() |
Object |
getField(String key) |
String |
getHostName() |
String |
getIdentifier() |
String |
getJdbcUrl() |
String |
getPassword() |
int |
getPortNumber() |
String |
getUserName() |
boolean |
useSsl() |
public final String getHostName()
public final int getPortNumber()
public final String getUserName()
public final String getPassword()
public final String getIdentifier()
public final String getDatabaseName()
public String getJdbcUrl()
public DBMSType getDBMSType()
public final boolean useSsl()
public final File getBuiltInDatabasePath()