Uses of Class
com.atlassian.jira.configurator.config.DatabaseType

Packages that use DatabaseType
com.atlassian.jira.config.database   
com.atlassian.jira.configurator.config   
com.atlassian.jira.configurator.db   
 

Uses of DatabaseType in com.atlassian.jira.config.database
 

Methods in com.atlassian.jira.config.database that return DatabaseType
 DatabaseType DatabaseDriverRegisterer.databaseType()
           
 DatabaseType JdbcDatasource.Builder.getDatabaseType()
           
 

Methods in com.atlassian.jira.config.database with parameters of type DatabaseType
static DatabaseDriverRegisterer DatabaseDriverRegisterer.forType(DatabaseType type)
           
static HelpUtil.HelpPath DatabaseDriverRegisterer.getDbConfigLink(DatabaseType type)
           
 JdbcDatasource.Builder JdbcDatasource.Builder.setDatabaseType(DatabaseType databaseType)
          Sets the database type.
 

Constructors in com.atlassian.jira.config.database with parameters of type DatabaseType
JdbcDatasource(DatabaseType databaseType, String hostname, String port, String instance, String username, String password, Integer poolMaxSize, String validationQuery, Long minEvictableTimeMillis, Long timeBetweenEvictionRunsMillis)
          Deprecated. 
 

Uses of DatabaseType in com.atlassian.jira.configurator.config
 

Methods in com.atlassian.jira.configurator.config that return DatabaseType
static DatabaseType DatabaseType.forJdbcDriverClassName(String jdbcDriverClass)
           
 DatabaseType Settings.initDatabaseType(boolean initialLoad)
          Determines the database type from the JDBC driver's class name.
static DatabaseType DatabaseType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static DatabaseType[] DatabaseType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.atlassian.jira.configurator.config that return types with arguments of type DatabaseType
static Iterable<DatabaseType> DatabaseType.allTypes()
           
static Iterable<DatabaseType> DatabaseType.knownTypes()
           
 

Uses of DatabaseType in com.atlassian.jira.configurator.db
 

Methods in com.atlassian.jira.configurator.db with parameters of type DatabaseType
static DatabaseConfig DatabaseConfigFactory.getDatabaseConfigFor(DatabaseType databaseType)
           
 



Copyright © 2002-2014 Atlassian. All Rights Reserved.