Class SQLConstraintImpl

java.lang.Object
com.alibaba.druid.sql.ast.SQLObjectImpl
com.alibaba.druid.sql.ast.statement.SQLConstraintImpl
All Implemented Interfaces:
SQLDbTypedObject, SQLObject, SQLConstraint
Direct Known Subclasses:
MySqlTableIndex, SQLCheck, SQLColumnCheck, SQLColumnPrimaryKey, SQLColumnReference, SQLColumnUniqueKey, SQLDefault, SQLForeignKeyImpl, SQLNotNullConstraint, SQLNullConstraint, SQLUnique

public abstract class SQLConstraintImpl extends SQLObjectImpl implements SQLConstraint, SQLDbTypedObject