类 Collation
- java.lang.Object
-
- org.elastos.hive.vault.database.Collation
-
public class Collation extends java.lang.Object
-
-
嵌套类概要
嵌套类 修饰符和类型 类 说明 static classCollation.Alternatestatic classCollation.CaseFirststatic classCollation.MaxVariablestatic classCollation.Strength
-
构造器概要
构造器 构造器 说明 Collation()Collation(java.lang.String locale, boolean caseLevel, Collation.CaseFirst caseFirst, Collation.Strength strength, boolean numericOrdering, Collation.Alternate alternate, Collation.MaxVariable maxVariable, boolean normalization, boolean backwards)
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 Collation.Alternatealternate()Collationalternate(Collation.Alternate value)java.lang.Booleanbackwards()Collationbackwards(boolean value)CollationcaseFirst(Collation.CaseFirst value)CollationcaseLevel(boolean value)Collation.CaseFirstgetCaseFirst()java.lang.BooleangetCaseLevel()java.lang.StringgetLocale()Collationlocale(java.lang.String value)Collation.MaxVariablemaxVariable()CollationmaxVariable(Collation.MaxVariable value)java.lang.Booleannormalization()Collationnormalization(boolean value)java.lang.BooleannumericOrdering()CollationnumericOrdering(boolean value)Collationstrength(Collation.Strength value)Collation.StrengthStrength()
-
-
-
构造器详细资料
-
Collation
public Collation(java.lang.String locale, boolean caseLevel, Collation.CaseFirst caseFirst, Collation.Strength strength, boolean numericOrdering, Collation.Alternate alternate, Collation.MaxVariable maxVariable, boolean normalization, boolean backwards)
-
Collation
public Collation()
-
-
方法详细资料
-
locale
public Collation locale(java.lang.String value)
-
getLocale
public java.lang.String getLocale()
-
caseLevel
public Collation caseLevel(boolean value)
-
getCaseLevel
public java.lang.Boolean getCaseLevel()
-
caseFirst
public Collation caseFirst(Collation.CaseFirst value)
-
getCaseFirst
public Collation.CaseFirst getCaseFirst()
-
strength
public Collation strength(Collation.Strength value)
-
Strength
public Collation.Strength Strength()
-
numericOrdering
public Collation numericOrdering(boolean value)
-
numericOrdering
public java.lang.Boolean numericOrdering()
-
alternate
public Collation alternate(Collation.Alternate value)
-
alternate
public Collation.Alternate alternate()
-
maxVariable
public Collation maxVariable(Collation.MaxVariable value)
-
maxVariable
public Collation.MaxVariable maxVariable()
-
normalization
public Collation normalization(boolean value)
-
normalization
public java.lang.Boolean normalization()
-
backwards
public Collation backwards(boolean value)
-
backwards
public java.lang.Boolean backwards()
-
-