public class OracleSizeExpr extends OracleSQLObjectImpl implements OracleExpr
Modifier and Type | Class and Description |
---|---|
static class |
OracleSizeExpr.Unit |
Constructor and Description |
---|
OracleSizeExpr() |
OracleSizeExpr(SQLExpr value,
OracleSizeExpr.Unit unit) |
Modifier and Type | Method and Description |
---|---|
void |
accept0(OracleASTVisitor visitor) |
OracleSizeExpr |
clone() |
List<SQLObject> |
getChildren() |
OracleSizeExpr.Unit |
getUnit() |
SQLExpr |
getValue() |
void |
setUnit(OracleSizeExpr.Unit unit) |
void |
setValue(SQLExpr value) |
computeDataType, toString
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
computeDataType
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent
public OracleSizeExpr()
public OracleSizeExpr(SQLExpr value, OracleSizeExpr.Unit unit)
public void accept0(OracleASTVisitor visitor)
accept0
in interface OracleSQLObject
accept0
in class OracleSQLObjectImpl
public List<SQLObject> getChildren()
getChildren
in interface SQLExpr
public SQLExpr getValue()
public void setValue(SQLExpr value)
public OracleSizeExpr.Unit getUnit()
public void setUnit(OracleSizeExpr.Unit unit)
public OracleSizeExpr clone()
Copyright © 2013–2017 Alibaba Group. All rights reserved.