| Package | Description |
|---|---|
| com.exasol.adapter.metadata |
| Modifier and Type | Method and Description |
|---|---|
DataType.ExaCharset |
DataType.getCharset()
Get the character set
|
static DataType.ExaCharset |
DataType.ExaCharset.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DataType.ExaCharset[] |
DataType.ExaCharset.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static DataType |
DataType.createChar(int size,
DataType.ExaCharset charset)
Create a
CHAR data type with a given size and character set |
static DataType |
DataType.createMaximumSizeChar(DataType.ExaCharset charset)
Create a
CHAR data type with the maximum size supported by Exasol |
static DataType |
DataType.createMaximumSizeVarChar(DataType.ExaCharset charset)
Create a
VARCHAR data type with the maximum size supported by Exasol |
static DataType |
DataType.createVarChar(int size,
DataType.ExaCharset charset)
Create a
VARCHAR data type with a given size and character set |
Copyright © 2019. All rights reserved.