public class DataTypeExpr extends Expr
Constructor and Description |
---|
DataTypeExpr(String typeName) |
Modifier and Type | Method and Description |
---|---|
Integer |
getLengthOrPrecision() |
Integer |
getScale() |
String |
getTypeName() |
int |
hashCode() |
boolean |
hasLengthOrPrecision() |
boolean |
hasScale() |
void |
setLengthOrPrecision(int lengthOrPrecision) |
void |
setScale(int scale) |
public DataTypeExpr(String typeName)
public String getTypeName()
public boolean hasLengthOrPrecision()
public void setLengthOrPrecision(int lengthOrPrecision)
public Integer getLengthOrPrecision()
public boolean hasScale()
public void setScale(int scale)
public Integer getScale()
Copyright © 2014 Apache Software Foundation. All Rights Reserved.