Package | Description |
---|---|
com.alibaba.druid.sql.ast | |
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 | Class and Description |
---|---|
class |
MySqlPartitionByKey |
Modifier and Type | Method and Description |
---|---|
SQLPartitionBy |
MySqlCreateTableStatement.getPartitioning() |
Modifier and Type | Method and Description |
---|---|
void |
MySqlCreateTableStatement.setPartitioning(SQLPartitionBy partitioning) |
Modifier and Type | Method and Description |
---|---|
SQLPartitionBy |
OracleCreateTableStatement.getPartitioning() |
Modifier and Type | Method and Description |
---|---|
void |
OracleCreateTableStatement.setPartitioning(SQLPartitionBy partitioning) |
Copyright © 2013–2017 Alibaba Group. All rights reserved.