Package | Description |
---|---|
com.akiban.sql.parser | |
com.akiban.sql.types |
Modifier and Type | Method and Description |
---|---|
CharacterTypeAttributes |
CreateSchemaNode.getDefaultCharacterAttributes() |
Modifier and Type | Method and Description |
---|---|
static CharacterTypeAttributes |
CharacterTypeAttributes.forCharacterSet(java.lang.String characterSet) |
static CharacterTypeAttributes |
CharacterTypeAttributes.forCollation(CharacterTypeAttributes base,
java.lang.String collation) |
CharacterTypeAttributes |
DataTypeDescriptor.getCharacterAttributes() |
static CharacterTypeAttributes |
CharacterTypeAttributes.mergeCollations(CharacterTypeAttributes ta1,
CharacterTypeAttributes ta2) |
Modifier and Type | Method and Description |
---|---|
static CharacterTypeAttributes |
CharacterTypeAttributes.forCollation(CharacterTypeAttributes base,
java.lang.String collation) |
static CharacterTypeAttributes |
CharacterTypeAttributes.mergeCollations(CharacterTypeAttributes ta1,
CharacterTypeAttributes ta2) |
Constructor and Description |
---|
DataTypeDescriptor(DataTypeDescriptor source,
CharacterTypeAttributes characterAttributes) |
DataTypeDescriptor(TypeId typeId,
boolean isNullable,
int maximumWidth,
CharacterTypeAttributes characterAttributes) |
Copyright © 2013. All Rights Reserved.