Package com.exasol.datatype.type
Class Char
- java.lang.Object
-
- com.exasol.datatype.type.AbstractStringDataType<Char>
-
- com.exasol.datatype.type.Char
-
- All Implemented Interfaces:
DataType
public class Char extends AbstractStringDataType<Char>
This class implements the SQL data type char
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(ColumnDefinitionVisitor visitor)protected Charself()Get the generic self pointer.-
Methods inherited from class com.exasol.datatype.type.AbstractStringDataType
getLength, getName
-
-
-
-
Constructor Detail
-
Char
public Char(int length)
Create a new instance of anChardata type- Parameters:
length- pre-defined length for stored strings
-
-
Method Detail
-
accept
public void accept(ColumnDefinitionVisitor visitor)
- Parameters:
visitor- instance ofColumnDefinitionVisitor
-
self
protected Char self()
Description copied from class:AbstractStringDataTypeGet the generic self pointer.- Specified by:
selfin classAbstractStringDataType<Char>- Returns:
- self pointer
-
-