public enum SqlSortLanguage extends Enum<SqlSortLanguage>
Enum Constant and Description |
---|
BINARY |
Modifier and Type | Method and Description |
---|---|
String |
getProperty(DatabaseFamily family) |
static SqlSortLanguage |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SqlSortLanguage[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SqlSortLanguage BINARY
public static SqlSortLanguage[] values()
for (SqlSortLanguage c : SqlSortLanguage.values()) System.out.println(c);
public static SqlSortLanguage valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic String getProperty(DatabaseFamily family)
Copyright © 2007–2025 Atlassian. All rights reserved.