public class OdpsDeclareVariableStatement extends OdpsStatementImpl
| Constructor and Description |
|---|
OdpsDeclareVariableStatement() |
OdpsDeclareVariableStatement(String variant,
SQLExpr initValue) |
| Modifier and Type | Method and Description |
|---|---|
SQLDataType |
getDataType() |
SQLExpr |
getInitValue() |
String |
getVariant() |
void |
setDataType(SQLDataType x) |
void |
setInitValue(SQLExpr x) |
void |
setVariant(String variant) |
toStringclone, getChildren, getDbType, getHeadHintsDirect, isAfterSemi, setAfterSemi, setDbType, setHeadHints, toLowerCaseString, toParameterizedString, toString, toUnformattedStringaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, computeDataType, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getHint, getParent, getSourceColumn, getSourceLine, hasAfterComment, hasBeforeComment, output, output, putAttribute, setHint, setParent, setSourceColumn, setSourceLineequals, getClass, hashCode, notify, notifyAll, wait, wait, waitaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, output, putAttribute, setParentpublic String getVariant()
public void setVariant(String variant)
public SQLExpr getInitValue()
public void setInitValue(SQLExpr x)
public SQLDataType getDataType()
public void setDataType(SQLDataType x)
Copyright © 2013–2022 Alibaba Group. All rights reserved.