public class VarcharTypeParams extends BaseTypeParams implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
int |
length |
Constructor and Description |
---|
VarcharTypeParams() |
Modifier and Type | Method and Description |
---|---|
int |
getCharacterMaximumLength() |
int |
getLength() |
boolean |
hasCharacterMaximumLength() |
void |
populateParams(java.lang.String[] params) |
void |
readFields(java.io.DataInput in) |
void |
setLength(int len) |
java.lang.String |
toString() |
void |
validateParams() |
void |
write(java.io.DataOutput out) |
set
public void validateParams() throws SerDeException
validateParams
in class BaseTypeParams
SerDeException
public void populateParams(java.lang.String[] params) throws SerDeException
populateParams
in class BaseTypeParams
SerDeException
public java.lang.String toString()
toString
in class BaseTypeParams
public void readFields(java.io.DataInput in) throws java.io.IOException
java.io.IOException
public void write(java.io.DataOutput out) throws java.io.IOException
java.io.IOException
public int getLength()
public void setLength(int len)
public boolean hasCharacterMaximumLength()
hasCharacterMaximumLength
in class BaseTypeParams
public int getCharacterMaximumLength()
getCharacterMaximumLength
in class BaseTypeParams
Copyright © 2012 The Apache Software Foundation