public class SQLImportTableStatement extends SQLStatementImpl
| Constructor and Description |
|---|
SQLImportTableStatement() |
| Modifier and Type | Method and Description |
|---|---|
SQLExpr |
getFrom() |
SQLExpr |
getLocation() |
List<SQLAssignItem> |
getPartition() |
SQLExprTableSource |
getTable() |
SQLIntegerExpr |
getVersion() |
boolean |
isExtenal() |
boolean |
isUsingBuild() |
void |
setExtenal(boolean extenal) |
void |
setFrom(SQLExpr x) |
void |
setLocation(SQLExpr x) |
void |
setTable(SQLExprTableSource x) |
void |
setUsingBuild(boolean usingBuild) |
void |
setVersion(SQLIntegerExpr version) |
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 SQLExprTableSource getTable()
public void setTable(SQLExprTableSource x)
public List<SQLAssignItem> getPartition()
public SQLExpr getFrom()
public void setFrom(SQLExpr x)
public SQLExpr getLocation()
public void setLocation(SQLExpr x)
public SQLIntegerExpr getVersion()
public void setVersion(SQLIntegerExpr version)
public boolean isUsingBuild()
public void setUsingBuild(boolean usingBuild)
public boolean isExtenal()
public void setExtenal(boolean extenal)
Copyright © 2013–2022 Alibaba Group. All rights reserved.