| Package | Description |
|---|---|
| com.alibaba.druid.sql.ast.statement | |
| com.alibaba.druid.sql.dialect.mysql.ast | |
| com.alibaba.druid.sql.dialect.oracle.ast.stmt | |
| com.alibaba.druid.sql.parser |
| Modifier and Type | Interface and Description |
|---|---|
interface |
SQLColumnConstraint |
interface |
SQLForeignKeyConstraint |
interface |
SQLPrimaryKey |
interface |
SQLTableConstraint |
interface |
SQLUniqueConstraint |
| Modifier and Type | Class and Description |
|---|---|
class |
SQLCheck |
class |
SQLColumnCheck |
class |
SQLColumnPrimaryKey |
class |
SQLColumnReference |
class |
SQLColumnUniqueKey |
class |
SQLConstraintImpl |
class |
SQLForeignKeyImpl |
class |
SQLNotNullConstraint |
class |
SQLNullConstraint |
class |
SQLPrimaryKeyImpl |
class |
SQLUnique |
| Modifier and Type | Method and Description |
|---|---|
SQLConstraint |
SQLAlterTableAddConstraint.getConstraint() |
| Modifier and Type | Method and Description |
|---|---|
void |
SQLConstraintImpl.cloneTo(SQLConstraint x) |
void |
SQLAlterTableAddConstraint.setConstraint(SQLConstraint constraint) |
| Constructor and Description |
|---|
SQLAlterTableAddConstraint(SQLConstraint constraint) |
| Modifier and Type | Class and Description |
|---|---|
class |
MysqlForeignKey |
class |
MySqlKey |
class |
MySqlPrimaryKey |
class |
MySqlUnique |
| Modifier and Type | Interface and Description |
|---|---|
interface |
OracleConstraint |
| Modifier and Type | Class and Description |
|---|---|
class |
OracleCheck |
class |
OracleForeignKey |
class |
OraclePrimaryKey |
class |
OracleUnique |
| Modifier and Type | Method and Description |
|---|---|
SQLConstraint |
SQLExprParser.parseConstaint() |
Copyright © 2013–2018 Alibaba Group. All rights reserved.