Uses of Interface
com.alibaba.druid.sql.ast.statement.SQLColumnConstraint
-
-
Uses of SQLColumnConstraint in com.alibaba.druid.sql.ast
Methods in com.alibaba.druid.sql.ast that return types with arguments of type SQLColumnConstraint Modifier and Type Method Description List<SQLColumnConstraint>SQLStructDataType.Field. getConstraints()Methods in com.alibaba.druid.sql.ast with parameters of type SQLColumnConstraint Modifier and Type Method Description voidSQLStructDataType.Field. addConstraint(SQLColumnConstraint constraint) -
Uses of SQLColumnConstraint in com.alibaba.druid.sql.ast.statement
Classes in com.alibaba.druid.sql.ast.statement that implement SQLColumnConstraint Modifier and Type Class Description classSQLColumnCheckclassSQLColumnDefaultclassSQLColumnPrimaryKeyclassSQLColumnReferenceclassSQLColumnUniqueKeyclassSQLNotNullConstraintclassSQLNullConstraintFields in com.alibaba.druid.sql.ast.statement with type parameters of type SQLColumnConstraint Modifier and Type Field Description protected List<SQLColumnConstraint>SQLColumnDefinition. constraintsMethods in com.alibaba.druid.sql.ast.statement that return SQLColumnConstraint Modifier and Type Method Description SQLColumnConstraintSQLColumnConstraint. clone()Methods in com.alibaba.druid.sql.ast.statement that return types with arguments of type SQLColumnConstraint Modifier and Type Method Description List<SQLColumnConstraint>SQLColumnDefinition. getConstraints()Methods in com.alibaba.druid.sql.ast.statement with parameters of type SQLColumnConstraint Modifier and Type Method Description voidSQLColumnDefinition. addConstraint(SQLColumnConstraint constraint) -
Uses of SQLColumnConstraint in com.alibaba.druid.sql.dialect.clickhouse.ast
Classes in com.alibaba.druid.sql.dialect.clickhouse.ast that implement SQLColumnConstraint Modifier and Type Class Description classClickhouseColumnCodecclassClickhouseColumnConstraintclassClickhouseColumnTTL -
Uses of SQLColumnConstraint in com.alibaba.druid.sql.dialect.presto.ast
Classes in com.alibaba.druid.sql.dialect.presto.ast that implement SQLColumnConstraint Modifier and Type Class Description classPrestoColumnConstraintclassPrestoColumnWith -
Uses of SQLColumnConstraint in com.alibaba.druid.sql.dialect.redshift.stmt
Classes in com.alibaba.druid.sql.dialect.redshift.stmt that implement SQLColumnConstraint Modifier and Type Class Description classRedshiftColumnConstraintclassRedshiftColumnEncodeclassRedshiftColumnKey
-