public class OdpsUnloadStatement extends SQLStatementImpl
| Constructor and Description |
|---|
OdpsUnloadStatement() |
| Modifier and Type | Method and Description |
|---|---|
SQLTableSource |
getFrom() |
SQLExpr |
getLocation() |
List<SQLAssignItem> |
getPartitions() |
List<SQLAssignItem> |
getProperties() |
SQLExternalRecordFormat |
getRowFormat() |
List<SQLAssignItem> |
getSerdeProperties() |
SQLExpr |
getStoredAs() |
void |
setFrom(SQLName x) |
void |
setFrom(SQLTableSource x) |
void |
setLocation(SQLExpr location) |
void |
setRowFormat(SQLExternalRecordFormat x) |
void |
setStoredAs(SQLExpr x) |
clone, getChildren, getDbType, getHeadHintsDirect, isAfterSemi, setAfterSemi, setDbType, setHeadHints, toLowerCaseString, toParameterizedString, toString, 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 SQLTableSource getFrom()
public void setFrom(SQLName x)
public void setFrom(SQLTableSource x)
public List<SQLAssignItem> getPartitions()
public SQLExpr getLocation()
public void setLocation(SQLExpr location)
public SQLExternalRecordFormat getRowFormat()
public void setRowFormat(SQLExternalRecordFormat x)
public SQLExpr getStoredAs()
public void setStoredAs(SQLExpr x)
public List<SQLAssignItem> getSerdeProperties()
public List<SQLAssignItem> getProperties()
Copyright © 2013–2022 Alibaba Group. All rights reserved.