public final class VarcharType extends AbstractVarcharType
| Modifier and Type | Field and Description |
|---|---|
static VarcharType |
VARCHAR |
MAX_LENGTH, UNBOUNDED_LENGTH| Modifier and Type | Method and Description |
|---|---|
static VarcharType |
createUnboundedVarcharType() |
static VarcharType |
createVarcharType(int length) |
static TypeSignature |
getParametrizedVarcharSignature(String param) |
appendTo, compareTo, equals, equalTo, getDisplayName, getLength, getLengthSafe, getObjectValue, getSlice, getSliceUnchecked, hash, hashCode, isComparable, isOrderable, isUnbounded, toString, writeBytes, writeSlice, writeSlice, writeStringcreateBlockBuilder, createBlockBuildergetTypeSignaturegetBlockUnchecked, getBoolean, getBooleanUnchecked, getDouble, getDoubleUnchecked, getJavaType, getLong, getLongUnchecked, getObject, getTypeParameters, writeBoolean, writeDouble, writeLong, writeObjectclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetBlockUnchecked, getBoolean, getBooleanUnchecked, getDouble, getDoubleUnchecked, getJavaType, getLong, getLongUnchecked, getObject, getTypeParameters, getTypeSignature, writeBoolean, writeDouble, writeLong, writeObjectpublic static final VarcharType VARCHAR
public static VarcharType createUnboundedVarcharType()
public static VarcharType createVarcharType(int length)
public static TypeSignature getParametrizedVarcharSignature(String param)
Copyright © 2012–2022. All rights reserved.