| Package | Description |
|---|---|
| com.alibaba.druid.sql.ast | |
| com.alibaba.druid.sql.ast.statement | |
| com.alibaba.druid.sql.dialect.mysql.ast.statement | |
| com.alibaba.druid.sql.dialect.oracle.ast.stmt |
| Modifier and Type | Class and Description |
|---|---|
class |
SQLPartitionByHash |
class |
SQLPartitionByList |
class |
SQLPartitionByRange |
| Modifier and Type | Method and Description |
|---|---|
abstract SQLPartitionBy |
SQLPartitionBy.clone() |
| Modifier and Type | Method and Description |
|---|---|
void |
SQLPartitionBy.cloneTo(SQLPartitionBy x) |
| Modifier and Type | Method and Description |
|---|---|
SQLPartitionBy |
SQLCreateMaterializedViewStatement.getPartitionBy() |
SQLPartitionBy |
SQLCreateTableStatement.getPartitioning() |
| Modifier and Type | Method and Description |
|---|---|
void |
SQLCreateMaterializedViewStatement.setPartitionBy(SQLPartitionBy x) |
void |
SQLCreateTableStatement.setPartitioning(SQLPartitionBy partitioning) |
| Modifier and Type | Class and Description |
|---|---|
class |
MySqlPartitionByKey |
| Modifier and Type | Method and Description |
|---|---|
SQLPartitionBy |
MySqlCreateTableStatement.getDbPartitionBy() |
SQLPartitionBy |
MySqlCreateTableStatement.getTablePartitionBy() |
| Modifier and Type | Method and Description |
|---|---|
void |
MySqlCreateTableStatement.setDbPartitionBy(SQLPartitionBy x) |
void |
MySqlCreateTableStatement.setTablePartitionBy(SQLPartitionBy x) |
| Modifier and Type | Method and Description |
|---|---|
List<SQLPartitionBy> |
OracleCreateIndexStatement.getGlobalPartitions() |
Copyright © 2013–2018 Alibaba Group. All rights reserved.