Class SQLTableLike

java.lang.Object
com.alibaba.druid.sql.ast.SQLObjectImpl
com.alibaba.druid.sql.ast.statement.SQLTableLike
All Implemented Interfaces:
SQLObject, SQLTableElement

public class SQLTableLike extends SQLObjectImpl implements SQLTableElement
  • Constructor Details

    • SQLTableLike

      public SQLTableLike()
  • Method Details

    • accept0

      protected void accept0(SQLASTVisitor v)
      Specified by:
      accept0 in class SQLObjectImpl
    • clone

      public SQLTableLike clone()
      Specified by:
      clone in interface SQLObject
      Specified by:
      clone in interface SQLTableElement
      Overrides:
      clone in class SQLObjectImpl
    • getTable

      public SQLExprTableSource getTable()
    • setTable

      public void setTable(SQLExprTableSource x)
    • isIncludeProperties

      public boolean isIncludeProperties()
    • setIncludeProperties

      public void setIncludeProperties(boolean includeProperties)
    • isExcludeProperties

      public boolean isExcludeProperties()
    • setExcludeProperties

      public void setExcludeProperties(boolean excludeProperties)
    • isIncludeDistribution

      public boolean isIncludeDistribution()
    • setIncludeDistribution

      public void setIncludeDistribution(boolean includeDistribution)
    • isExcludeDistribution

      public boolean isExcludeDistribution()
    • setExcludeDistribution

      public void setExcludeDistribution(boolean excludeDistribution)