| Package | Description |
|---|---|
| com.foundationdb.sql.parser | |
| com.foundationdb.sql.types |
| Modifier and Type | Method and Description |
|---|---|
CharacterTypeAttributes |
CreateSchemaNode.getDefaultCharacterAttributes() |
| Modifier and Type | Method and Description |
|---|---|
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) |
| Modifier and Type | Method and Description |
|---|---|
static CharacterTypeAttributes |
CharacterTypeAttributes.forCollation(CharacterTypeAttributes base,
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 © 2015 FoundationDB, LLC. All rights reserved.