Class StarRocksCreateTableStatement

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

public class StarRocksCreateTableStatement extends SQLCreateTableStatement
  • Field Details

  • Constructor Details

    • StarRocksCreateTableStatement

      public StarRocksCreateTableStatement()
  • Method Details

    • getPropertiesMap

      public Map<SQLCharExpr,SQLCharExpr> getPropertiesMap()
    • getlBracketPropertiesMap

      public Map<SQLCharExpr,SQLCharExpr> getlBracketPropertiesMap()
    • setPropertiesMap

      public void setPropertiesMap(Map<SQLCharExpr,SQLCharExpr> propertiesMap)
    • setlBracketPropertiesMap

      public void setlBracketPropertiesMap(Map<SQLCharExpr,SQLCharExpr> lBracketPropertiesMap)
    • setStartEnd

      public void setStartEnd(boolean startEnd)
    • isStartEnd

      public boolean isStartEnd()
    • setDistributedBy

      public void setDistributedBy(SQLExpr distributedBy)
    • getDistributedBy

      public SQLExpr getDistributedBy()
    • getStart

      public SQLExpr getStart()
    • getEnd

      public SQLExpr getEnd()
    • getEvery

      public SQLExpr getEvery()
    • setStart

      public void setStart(SQLExpr start)
    • setEnd

      public void setEnd(SQLExpr end)
    • setEvery

      public void setEvery(SQLExpr every)
    • isFixedRange

      public boolean isFixedRange()
    • setFixedRange

      public void setFixedRange(boolean fixedRange)
    • getFixedRangeMap

      public Map<SQLExpr,List<SQLExpr>> getFixedRangeMap()
    • setFixedRangeMap

      public void setFixedRangeMap(Map<SQLExpr,List<SQLExpr>> fixedRangeMap)
    • isLessThan

      public boolean isLessThan()
    • setLessThan

      public void setLessThan(boolean lessThan)
    • getLessThanMap

      public Map<SQLExpr,SQLExpr> getLessThanMap()
    • setLessThanMap

      public void setLessThanMap(Map<SQLExpr,SQLExpr> lessThanMap)
    • getModelKey

      public SQLName getModelKey()
    • setModelKey

      public void setModelKey(SQLName modelKey)
    • getModelKeyParameters

      public List<SQLExpr> getModelKeyParameters()
    • setPartitionBy

      public void setPartitionBy(SQLExpr x)
    • getPartitionBy

      public SQLExpr getPartitionBy()
    • accept0

      protected void accept0(SQLASTVisitor v)
      Overrides:
      accept0 in class SQLCreateTableStatement