public static class Types.VarCharType extends Type.PrimitiveType
Type.ComplexType, Type.DateTimeType, Type.FractionType, Type.IntegralType, Type.IntervalType, Type.Name, Type.NumericType, Type.PrimitiveType| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
int |
length() |
Type.Name |
name() |
static Types.VarCharType |
of(int length) |
java.lang.String |
simpleString() |
public static Types.VarCharType of(int length)
length - The length of the var char type.Types.VarCharType with the given length.public Type.Name name()
public int length()
public java.lang.String simpleString()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object