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) |
toStringclone, getChildren, getDbType, getHeadHintsDirect, isAfterSemi, setAfterSemi, setDbType, setHeadHints, toLowerCaseStringaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, computeDataType, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentequals, getClass, hashCode, notify, notifyAll, wait, wait, waitaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentpublic 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–2018 Alibaba Group. All rights reserved.