public class DerbyEmbedded extends AbstractJdbcConfiguration
| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_PASSWORD |
static String |
DEFAULT_URL |
static String |
DEFAULT_USER |
| Constructor and Description |
|---|
DerbyEmbedded() |
DerbyEmbedded(String url,
String username,
String password,
String schema) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
getDefaultPassword() |
protected String |
getDefaultSchema() |
protected String |
getDefaultUrl() |
protected String |
getDefaultUsername() |
equals, getPassword, getSchema, getUrl, getUsername, hashCode, init, toStringpublic static final String DEFAULT_URL
public static final String DEFAULT_USER
public static final String DEFAULT_PASSWORD
protected String getDefaultSchema()
getDefaultSchema in class AbstractJdbcConfigurationprotected String getDefaultUrl()
getDefaultUrl in class AbstractJdbcConfigurationprotected String getDefaultUsername()
getDefaultUsername in class AbstractJdbcConfigurationprotected String getDefaultPassword()
getDefaultPassword in class AbstractJdbcConfigurationCopyright © 2007–2020 Atlassian. All rights reserved.