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.Unit |
getUnit() |
SQLExpr |
getValue() |
void |
setUnit(OracleSizeExpr.Unit unit) |
void |
setValue(SQLExpr value) |
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent, toString
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
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 SQLExpr getValue()
public void setValue(SQLExpr value)
public OracleSizeExpr.Unit getUnit()
public void setUnit(OracleSizeExpr.Unit unit)
Copyright © 2013–2017 Alibaba Group. All rights reserved.