public class SQLCloneTableStatement extends SQLStatementImpl
| Constructor and Description |
|---|
SQLCloneTableStatement() |
SQLCloneTableStatement(SQLExpr to) |
| Modifier and Type | Method and Description |
|---|---|
SQLExprTableSource |
getFrom() |
List<SQLAssignItem> |
getPartitions() |
SQLExprTableSource |
getTo() |
SQLName |
getToName() |
boolean |
isIfExistsIgnore() |
boolean |
isIfExistsOverwrite() |
void |
setFrom(SQLExprTableSource x) |
void |
setFrom(SQLName x) |
void |
setIfExistsIgnore(boolean ifExistsIgnore) |
void |
setIfExistsOverwrite(boolean ifExistsOverwrite) |
void |
setTo(SQLExpr to) |
void |
setTo(SQLExprTableSource to) |
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 SQLCloneTableStatement()
public SQLCloneTableStatement(SQLExpr to)
public SQLExprTableSource getTo()
public void setTo(SQLExprTableSource to)
public void setTo(SQLExpr to)
public List<SQLAssignItem> getPartitions()
public SQLName getToName()
public SQLExprTableSource getFrom()
public void setFrom(SQLExprTableSource x)
public void setFrom(SQLName x)
public boolean isIfExistsOverwrite()
public void setIfExistsOverwrite(boolean ifExistsOverwrite)
public boolean isIfExistsIgnore()
public void setIfExistsIgnore(boolean ifExistsIgnore)
Copyright © 2013–2021 Alibaba Group. All rights reserved.