Class SynapseCreateTableStatement

All Implemented Interfaces:
SQLDbTypedObject, SQLObject, SQLStatement, SQLCreateStatement, SQLDDLStatement

public class SynapseCreateTableStatement extends SQLCreateTableStatement
  • Constructor Details

    • SynapseCreateTableStatement

      public SynapseCreateTableStatement()
  • Method Details

    • accept0

      protected void accept0(SQLASTVisitor visitor)
      Overrides:
      accept0 in class SQLCreateTableStatement
    • accept0

      protected void accept0(SynapseASTVisitor visitor)
    • getDistribution

      public SQLExpr getDistribution()
    • setDistribution

      public void setDistribution(SQLExpr distribution)
    • getClusteredIndexColumns

      public List<SQLExpr> getClusteredIndexColumns()
    • setClusteredIndexColumns

      public void setClusteredIndexColumns(List<SQLExpr> clusteredIndexColumns)
    • isDistributionHash

      public boolean isDistributionHash()
    • setDistributionHash

      public void setDistributionHash(boolean distributionHash)