Class SQLCloneTableStatement

All Implemented Interfaces:
SQLDbTypedObject, SQLObject, SQLStatement

public class SQLCloneTableStatement extends SQLStatementImpl
  • Field Details

  • Constructor Details

    • SQLCloneTableStatement

      public SQLCloneTableStatement()
    • SQLCloneTableStatement

      public SQLCloneTableStatement(SQLExpr to)
  • Method Details

    • getTo

      public SQLExprTableSource getTo()
    • setTo

      public void setTo(SQLExprTableSource to)
    • setTo

      public void setTo(SQLExpr to)
    • getPartitions

      public List<SQLAssignItem> getPartitions()
    • getToName

      public SQLName getToName()
    • getFrom

      public SQLExprTableSource getFrom()
    • setFrom

      public void setFrom(SQLExprTableSource x)
    • setFrom

      public void setFrom(SQLName x)
    • isIfExistsOverwrite

      public boolean isIfExistsOverwrite()
    • setIfExistsOverwrite

      public void setIfExistsOverwrite(boolean ifExistsOverwrite)
    • isIfExistsIgnore

      public boolean isIfExistsIgnore()
    • setIfExistsIgnore

      public void setIfExistsIgnore(boolean ifExistsIgnore)
    • accept0

      protected void accept0(SQLASTVisitor visitor)
      Overrides:
      accept0 in class SQLStatementImpl