com.akiban.sql.types
Class CharacterTypeAttributes
java.lang.Object
com.akiban.sql.types.CharacterTypeAttributes
public final class CharacterTypeAttributes
- extends Object
Character set and collation for character types.
CharacterTypeAttributes
public CharacterTypeAttributes(String characterSet,
String collation,
CharacterTypeAttributes.CollationDerivation collationDerivation)
getCharacterSet
public String getCharacterSet()
getCollation
public String getCollation()
getCollationDerivation
public CharacterTypeAttributes.CollationDerivation getCollationDerivation()
forCharacterSet
public static CharacterTypeAttributes forCharacterSet(String characterSet)
forCollation
public static CharacterTypeAttributes forCollation(CharacterTypeAttributes base,
String collation)
mergeCollations
public static CharacterTypeAttributes mergeCollations(CharacterTypeAttributes ta1,
CharacterTypeAttributes ta2)
throws StandardException
- Throws:
StandardException
equals
public boolean equals(Object o)
- Overrides:
equals in class Object
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2013 Akiban Technologies, Inc. All rights reserved.