Uses of Class
com.exasol.adapter.metadata.DataType.ExaCharset
-
Packages that use DataType.ExaCharset Package Description com.exasol.adapter.metadata -
-
Uses of DataType.ExaCharset in com.exasol.adapter.metadata
Methods in com.exasol.adapter.metadata that return DataType.ExaCharset Modifier and Type Method Description DataType.ExaCharsetDataType. getCharset()Get the character setstatic DataType.ExaCharsetDataType.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.Methods in com.exasol.adapter.metadata with parameters of type DataType.ExaCharset Modifier and Type Method Description static DataTypeDataType. createChar(int size, DataType.ExaCharset charset)Create aCHARdata type with a given size and character setstatic DataTypeDataType. createMaximumSizeChar(DataType.ExaCharset charset)Create aCHARdata type with the maximum size supported by Exasolstatic DataTypeDataType. createMaximumSizeVarChar(DataType.ExaCharset charset)Create aVARCHARdata type with the maximum size supported by Exasolstatic DataTypeDataType. createVarChar(int size, DataType.ExaCharset charset)Create aVARCHARdata type with a given size and character set
-