public class VarcharTypeInfo extends BaseCharTypeInfo
typeName
Constructor and Description |
---|
VarcharTypeInfo() |
VarcharTypeInfo(int length) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object other) |
String |
getTypeName()
A String representation of the TypeInfo.
|
int |
hashCode()
Generate the hashCode for this TypeInfo.
|
String |
toString() |
getLength, getQualifiedName, getQualifiedName, setLength, setTypeName
getCategory, getPrimitiveCategory, getPrimitiveJavaClass, getPrimitiveTypeEntry, getPrimitiveWritableClass
public VarcharTypeInfo()
public VarcharTypeInfo(int length)
public String getTypeName()
TypeInfo
getTypeName
in class PrimitiveTypeInfo
public boolean equals(Object other)
equals
in class PrimitiveTypeInfo
public int hashCode()
hashCode
in class PrimitiveTypeInfo
public String toString()
toString
in class PrimitiveTypeInfo
Copyright © 2017 The Apache Software Foundation. All rights reserved.