public class OdpsAddFileStatement extends OdpsStatementImpl implements SQLAlterStatement
| Modifier and Type | Class and Description |
|---|---|
static class |
OdpsAddFileStatement.FileType |
| Constructor and Description |
|---|
OdpsAddFileStatement() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAlias() |
SQLExpr |
getComment() |
String |
getFile() |
OdpsAddFileStatement.FileType |
getType() |
boolean |
isForce() |
void |
setAlias(String alias) |
void |
setComment(SQLExpr x) |
void |
setFile(String file) |
void |
setForce(boolean force) |
void |
setType(OdpsAddFileStatement.FileType type) |
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, waitclone, getChildren, getDbType, getHeadHintsDirect, isAfterSemi, setAfterSemi, setHeadHints, toLowerCaseString, toParameterizedString, toString, toStringaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, output, putAttribute, setParentpublic OdpsAddFileStatement.FileType getType()
public void setType(OdpsAddFileStatement.FileType type)
public String getFile()
public void setFile(String file)
public String getAlias()
public void setAlias(String alias)
public SQLExpr getComment()
public void setComment(SQLExpr x)
public boolean isForce()
public void setForce(boolean force)
Copyright © 2013–2020 Alibaba Group. All rights reserved.