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() |
OracleSizeExpr.Unit |
getUnit() |
SQLExpr |
getValue() |
void |
setUnit(OracleSizeExpr.Unit unit) |
void |
setValue(SQLExpr value) |
computeDataTypeaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent, toStringequals, 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 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.