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 |
SQLCreateTableStatement.getPartitioning() |
Modifier and Type | Method and Description |
---|---|
void |
SQLCreateTableStatement.setPartitioning(SQLPartitionBy partitioning) |
Modifier and Type | Class and Description |
---|---|
class |
MySqlPartitionByKey |
Modifier and Type | Method and Description |
---|---|
List<SQLPartitionBy> |
OracleCreateIndexStatement.getGlobalPartitions() |
Copyright © 2013–2017 Alibaba Group. All rights reserved.