|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.jira.multitenant.database.DatabaseConfig
public class DatabaseConfig
The configuration for JIRA to connect to the database
| Constructor Summary | |
|---|---|
DatabaseConfig(String datasourceName,
String delegatorName,
String databaseType,
String schemaName,
Datasource datasource)
|
|
| Method Summary | |
|---|---|
String |
getDatabaseType()
Get the database type |
Datasource |
getDatasource()
Get the datasource |
org.ofbiz.core.entity.config.DatasourceInfo |
getDatasourceInfo()
|
String |
getDatasourceName()
Get the name of the data source. |
String |
getDelegatorName()
Get the name of the delegate. |
String |
getSchemaName()
Get the schema name |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DatabaseConfig(String datasourceName,
String delegatorName,
String databaseType,
String schemaName,
Datasource datasource)
| Method Detail |
|---|
public String getDatasourceName()
public String getDelegatorName()
public String getDatabaseType()
public String getSchemaName()
public Datasource getDatasource()
public org.ofbiz.core.entity.config.DatasourceInfo getDatasourceInfo()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||