Uses of Class
com.alibaba.druid.sql.ast.SQLPartitionBy
-
-
Uses of SQLPartitionBy in com.alibaba.druid.sql.ast
Subclasses of SQLPartitionBy in com.alibaba.druid.sql.ast Modifier and Type Class Description classSQLPartitionByHashclassSQLPartitionByListclassSQLPartitionByRangeclassSQLPartitionByValueFields in com.alibaba.druid.sql.ast declared as SQLPartitionBy Modifier and Type Field Description protected SQLPartitionBySQLIndexDefinition. partitioningMethods in com.alibaba.druid.sql.ast that return SQLPartitionBy Modifier and Type Method Description abstract SQLPartitionBySQLPartitionBy. clone()SQLPartitionBySQLIndexDefinition. getPartitioning()Methods in com.alibaba.druid.sql.ast with parameters of type SQLPartitionBy Modifier and Type Method Description voidSQLPartitionBy. cloneTo(SQLPartitionBy x)voidSQLIndexDefinition. setPartitioning(SQLPartitionBy partitioning) -
Uses of SQLPartitionBy in com.alibaba.druid.sql.ast.statement
Fields in com.alibaba.druid.sql.ast.statement declared as SQLPartitionBy Modifier and Type Field Description protected SQLPartitionBySQLAlterIndexStatement. dbPartitionByprotected SQLPartitionBySQLCreateTableStatement. localPartitioningprotected SQLPartitionBySQLCreateTableStatement. partitionByMethods in com.alibaba.druid.sql.ast.statement that return SQLPartitionBy Modifier and Type Method Description SQLPartitionBySQLAlterIndexStatement. getDbPartitionBy()SQLPartitionBySQLCreateTableStatement. getLocalPartitioning()SQLPartitionBySQLAlterTableStatement. getPartition()SQLPartitionBySQLCreateMaterializedViewStatement. getPartitionBy()SQLPartitionBySQLCreateTableStatement. getPartitioning()Methods in com.alibaba.druid.sql.ast.statement with parameters of type SQLPartitionBy Modifier and Type Method Description voidSQLAlterIndexStatement. setDbPartitionBy(SQLPartitionBy x)voidSQLCreateTableStatement. setLocalPartitioning(SQLPartitionBy localPartitioning)voidSQLAlterTableStatement. setPartition(SQLPartitionBy partition)voidSQLCreateMaterializedViewStatement. setPartitionBy(SQLPartitionBy x)voidSQLCreateTableStatement. setPartitionBy(SQLPartitionBy partitionBy) -
Uses of SQLPartitionBy in com.alibaba.druid.sql.dialect.clickhouse.parser
Methods in com.alibaba.druid.sql.dialect.clickhouse.parser that return SQLPartitionBy Modifier and Type Method Description SQLPartitionByCKCreateTableParser. parsePartitionBy() -
Uses of SQLPartitionBy in com.alibaba.druid.sql.dialect.gaussdb.parser
Methods in com.alibaba.druid.sql.dialect.gaussdb.parser that return SQLPartitionBy Modifier and Type Method Description SQLPartitionByGaussDbCreateTableParser. parsePartitionBy() -
Uses of SQLPartitionBy in com.alibaba.druid.sql.dialect.impala.parser
Methods in com.alibaba.druid.sql.dialect.impala.parser that return SQLPartitionBy Modifier and Type Method Description SQLPartitionByImpalaCreateTableParser. parsePartitionBy() -
Uses of SQLPartitionBy in com.alibaba.druid.sql.dialect.mysql.ast.statement
Subclasses of SQLPartitionBy in com.alibaba.druid.sql.dialect.mysql.ast.statement Modifier and Type Class Description classMySqlPartitionByKeyMethods in com.alibaba.druid.sql.dialect.mysql.ast.statement that return SQLPartitionBy Modifier and Type Method Description SQLPartitionByMySqlTableIndex. getPartitioning()Methods in com.alibaba.druid.sql.dialect.mysql.ast.statement with parameters of type SQLPartitionBy Modifier and Type Method Description voidMySqlTableIndex. setPartitioning(SQLPartitionBy sqlPartitioning) -
Uses of SQLPartitionBy in com.alibaba.druid.sql.dialect.mysql.parser
Methods in com.alibaba.druid.sql.dialect.mysql.parser that return SQLPartitionBy Modifier and Type Method Description SQLPartitionByMySqlCreateTableParser. parseLocalPartitionBy()SQLPartitionByMySqlCreateTableParser. parsePartitionBy()Methods in com.alibaba.druid.sql.dialect.mysql.parser with parameters of type SQLPartitionBy Modifier and Type Method Description protected voidMySqlCreateTableParser. partitionClauseRest(SQLPartitionBy clause) -
Uses of SQLPartitionBy in com.alibaba.druid.sql.dialect.oracle.ast.stmt
Methods in com.alibaba.druid.sql.dialect.oracle.ast.stmt that return types with arguments of type SQLPartitionBy Modifier and Type Method Description List<SQLPartitionBy>OracleCreateIndexStatement. getGlobalPartitions() -
Uses of SQLPartitionBy in com.alibaba.druid.sql.dialect.oracle.parser
Methods in com.alibaba.druid.sql.dialect.oracle.parser that return SQLPartitionBy Modifier and Type Method Description SQLPartitionByOracleExprParser. parsePartitionBy()Methods in com.alibaba.druid.sql.dialect.oracle.parser with parameters of type SQLPartitionBy Modifier and Type Method Description protected voidOracleExprParser. parsePartitionByRest(SQLPartitionBy clause)protected voidOracleExprParser. partitionClauseRest(SQLPartitionBy clause) -
Uses of SQLPartitionBy in com.alibaba.druid.sql.dialect.oscar.parser
Methods in com.alibaba.druid.sql.dialect.oscar.parser that return SQLPartitionBy Modifier and Type Method Description SQLPartitionByOscarCreateTableParser. parsePartitionBy() -
Uses of SQLPartitionBy in com.alibaba.druid.sql.dialect.postgresql.parser
Methods in com.alibaba.druid.sql.dialect.postgresql.parser that return SQLPartitionBy Modifier and Type Method Description SQLPartitionByPGCreateTableParser. parsePartitionBy() -
Uses of SQLPartitionBy in com.alibaba.druid.sql.dialect.starrocks.parser
Methods in com.alibaba.druid.sql.dialect.starrocks.parser that return SQLPartitionBy Modifier and Type Method Description SQLPartitionByStarRocksCreateTableParser. parsePartitionBy()PARTITION BY RANGE (col1[,col2]) PARTITION BY LIST (col1[,col2]) PARTITION BY (col1[,col2]) PARTITION BY FUNC(param1[,param2]) -
Uses of SQLPartitionBy in com.alibaba.druid.sql.parser
Methods in com.alibaba.druid.sql.parser that return SQLPartitionBy Modifier and Type Method Description SQLPartitionBySQLCreateTableParser. parsePartitionBy()SQLPartitionBySQLExprParser. parsePartitionBy() -
Uses of SQLPartitionBy in com.alibaba.druid.sql.visitor
Methods in com.alibaba.druid.sql.visitor with parameters of type SQLPartitionBy Modifier and Type Method Description protected voidSQLASTOutputVisitor. printPartitionsCountAndSubPartitions(SQLPartitionBy x)
-