Uses of Class
com.akiban.sql.types.CharacterTypeAttributes

Packages that use CharacterTypeAttributes
com.akiban.sql.parser   
com.akiban.sql.types   
 

Uses of CharacterTypeAttributes in com.akiban.sql.parser
 

Methods in com.akiban.sql.parser that return CharacterTypeAttributes
 CharacterTypeAttributes CreateSchemaNode.getDefaultCharacterAttributes()
           
 

Uses of CharacterTypeAttributes in com.akiban.sql.types
 

Methods in com.akiban.sql.types that return CharacterTypeAttributes
static CharacterTypeAttributes CharacterTypeAttributes.forCharacterSet(String characterSet)
           
static CharacterTypeAttributes CharacterTypeAttributes.forCollation(CharacterTypeAttributes base, String collation)
           
 CharacterTypeAttributes DataTypeDescriptor.getCharacterAttributes()
           
static CharacterTypeAttributes CharacterTypeAttributes.mergeCollations(CharacterTypeAttributes ta1, CharacterTypeAttributes ta2)
           
 

Methods in com.akiban.sql.types with parameters of type CharacterTypeAttributes
static CharacterTypeAttributes CharacterTypeAttributes.forCollation(CharacterTypeAttributes base, String collation)
           
static CharacterTypeAttributes CharacterTypeAttributes.mergeCollations(CharacterTypeAttributes ta1, CharacterTypeAttributes ta2)
           
 

Constructors in com.akiban.sql.types with parameters of type CharacterTypeAttributes
DataTypeDescriptor(DataTypeDescriptor source, CharacterTypeAttributes characterAttributes)
           
DataTypeDescriptor(TypeId typeId, boolean isNullable, int maximumWidth, CharacterTypeAttributes characterAttributes)
           
 



Copyright © 2013 Akiban Technologies, Inc. All rights reserved.