Package | Description |
---|---|
com.alibaba.druid.sql.ast | |
com.alibaba.druid.sql.dialect.mysql.parser | |
com.alibaba.druid.sql.dialect.oracle.ast.stmt | |
com.alibaba.druid.sql.visitor |
Modifier and Type | Method and Description |
---|---|
SQLPartition |
SQLPartition.clone() |
Modifier and Type | Method and Description |
---|---|
List<SQLPartition> |
SQLPartitionBy.getPartitions() |
Modifier and Type | Method and Description |
---|---|
void |
SQLPartitionBy.addPartition(SQLPartition partition) |
Modifier and Type | Method and Description |
---|---|
SQLPartition |
MySqlExprParser.parsePartition() |
Modifier and Type | Method and Description |
---|---|
List<SQLPartition> |
OracleUsingIndexClause.getLocalPartitionIndex() |
List<SQLPartition> |
OracleCreateIndexStatement.getLocalPartitions() |
Modifier and Type | Method and Description |
---|---|
void |
SQLASTVisitorAdapter.endVisit(SQLPartition x) |
void |
SQLASTVisitor.endVisit(SQLPartition x) |
boolean |
SQLASTVisitorAdapter.visit(SQLPartition x) |
boolean |
SQLASTVisitor.visit(SQLPartition x) |
boolean |
SQLASTOutputVisitor.visit(SQLPartition x) |
boolean |
SchemaStatVisitor.visit(SQLPartition x) |
Copyright © 2013–2017 Alibaba Group. All rights reserved.