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, toStringaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentequals, getClass, hashCode, notify, notifyAll, wait, wait, waitcomputeDataTypeaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentpublic OracleSizeExpr()
public OracleSizeExpr(SQLExpr value, OracleSizeExpr.Unit unit)
public void accept0(OracleASTVisitor visitor)
accept0 in interface OracleSQLObjectaccept0 in class OracleSQLObjectImplpublic List<SQLObject> getChildren()
getChildren in interface SQLExprpublic SQLExpr getValue()
public void setValue(SQLExpr value)
public OracleSizeExpr.Unit getUnit()
public void setUnit(OracleSizeExpr.Unit unit)
public OracleSizeExpr clone()
Copyright © 2013–2018 Alibaba Group. All rights reserved.