Modifier and Type | Method and Description |
---|---|
DatabaseVendor |
DatabaseAccessorImpl.getDatabaseVendor() |
DatabaseVendor |
DatabaseAccessor.getDatabaseVendor()
Returns the vendor of the database that we are connected to.
|
static DatabaseVendor |
DatabaseVendor.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DatabaseVendor[] |
DatabaseVendor.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static com.querydsl.core.types.dsl.BooleanExpression |
QueryDslUtils.safeContainsIgnoreCase(DatabaseVendor vendor,
com.querydsl.core.types.dsl.StringPath column,
String str)
Performs
StringExpression.containsIgnoreCase(String) . |
Constructor and Description |
---|
QueryDslAccessorHandlingCollationProblems(QueryDslAccessor queryDslAccessor,
DatabaseVendor vendor,
String collationKBArticle) |
Modifier and Type | Method and Description |
---|---|
static Map<DatabaseVendor,List<String>> |
SupportedDatabases.getDatabaseVersions()
Get the nested map of database versions by vendor / JIRA version.
|
Modifier and Type | Method and Description |
---|---|
static com.querydsl.core.types.dsl.BooleanExpression |
StreamingChangeItemDTORetriever.getWhereClause(DatabaseVendor dbVendor,
String queryParam) |
Modifier and Type | Method and Description |
---|---|
com.querydsl.core.types.Predicate |
MultiUserFieldHistoryInfo.getWhere(String original,
DatabaseVendor databaseVendor) |
com.querydsl.core.types.Predicate |
IssueHistoryInfo.getWhere(String original,
DatabaseVendor databaseVendor) |
com.querydsl.core.types.Predicate |
CustomFieldHistoryInfo.getWhere(String original,
DatabaseVendor databaseVendor) |
Copyright © 2002-2024 Atlassian. All Rights Reserved.