public class OdpsSetLabelStatement extends OdpsStatementImpl
Constructor and Description |
---|
OdpsSetLabelStatement() |
Modifier and Type | Method and Description |
---|---|
List<SQLName> |
getColumns() |
String |
getLabel() |
SQLTableSource |
getTable() |
SQLExpr |
getUser() |
void |
setLabel(String label) |
void |
setTable(SQLTableSource table) |
void |
setUser(SQLExpr user) |
toString
clone, getChildren, getDbType, getHeadHintsDirect, isAfterSemi, setAfterSemi, setDbType, setHeadHints
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, computeDataType, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent
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 String getLabel()
public void setLabel(String label)
public SQLExpr getUser()
public void setUser(SQLExpr user)
public SQLTableSource getTable()
public void setTable(SQLTableSource table)
Copyright © 2013–2017 Alibaba Group. All rights reserved.