public class OdpsQueryAliasStatement extends OdpsStatementImpl
| Constructor and Description |
|---|
OdpsQueryAliasStatement() |
OdpsQueryAliasStatement(String variant,
SQLSelectStatement statement) |
| Modifier and Type | Method and Description |
|---|---|
SQLSelectStatement |
getStatement() |
String |
getVariant() |
void |
setStatement(SQLSelectStatement statement) |
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 OdpsQueryAliasStatement()
public OdpsQueryAliasStatement(String variant, SQLSelectStatement statement)
public String getVariant()
public void setVariant(String variant)
public SQLSelectStatement getStatement()
public void setStatement(SQLSelectStatement statement)
Copyright © 2013–2021 Alibaba Group. All rights reserved.