Class SQLCloneTableStatement
java.lang.Object
com.alibaba.druid.sql.ast.SQLObjectImpl
com.alibaba.druid.sql.ast.SQLStatementImpl
com.alibaba.druid.sql.ast.statement.SQLCloneTableStatement
- All Implemented Interfaces:
SQLDbTypedObject,SQLObject,SQLStatement
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected SQLExprTableSourceprotected booleanprotected booleanprotected List<SQLAssignItem>protected SQLExprTableSourceFields inherited from class com.alibaba.druid.sql.ast.SQLStatementImpl
afterSemi, dbType, headHintsFields inherited from class com.alibaba.druid.sql.ast.SQLObjectImpl
attributes, hint, parent, sourceColumn, sourceLine -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidaccept0(SQLASTVisitor visitor) getFrom()getTo()booleanbooleanvoidvoidvoidsetIfExistsIgnore(boolean ifExistsIgnore) voidsetIfExistsOverwrite(boolean ifExistsOverwrite) voidvoidMethods inherited from class com.alibaba.druid.sql.ast.SQLStatementImpl
clone, getChildren, getDbType, getHeadHintsDirect, isAfterSemi, setAfterSemi, setDbType, setHeadHints, toLowerCaseString, toParameterizedString, toString, toString, toUnformattedStringMethods inherited from class com.alibaba.druid.sql.ast.SQLObjectImpl
accept, acceptChild, acceptChild, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, computeDataType, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getHint, getParent, getSourceColumn, getSourceLine, hasAfterComment, hasBeforeComment, output, output, putAttribute, setHint, setParent, setSourceColumn, setSourceLineMethods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.alibaba.druid.sql.ast.SQLObject
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, output, putAttribute, setParent
-
Field Details
-
from
-
partitions
-
to
-
ifExistsOverwrite
protected boolean ifExistsOverwrite -
ifExistsIgnore
protected boolean ifExistsIgnore
-
-
Constructor Details
-
SQLCloneTableStatement
public SQLCloneTableStatement() -
SQLCloneTableStatement
-
-
Method Details
-
getTo
-
setTo
-
setTo
-
getPartitions
-
getToName
-
getFrom
-
setFrom
-
setFrom
-
isIfExistsOverwrite
public boolean isIfExistsOverwrite() -
setIfExistsOverwrite
public void setIfExistsOverwrite(boolean ifExistsOverwrite) -
isIfExistsIgnore
public boolean isIfExistsIgnore() -
setIfExistsIgnore
public void setIfExistsIgnore(boolean ifExistsIgnore) -
accept0
- Overrides:
accept0in classSQLStatementImpl
-