Searched refs:NOT_NULL_CONSTRAINT (Results 1 – 4 of 4) sorted by relevance
84 .addConstraint(ColumnInfo.NOT_NULL_CONSTRAINT) in test_column_matches()92 .addConstraint(ColumnInfo.NOT_NULL_CONSTRAINT) in test_column_matches()100 .addConstraint(ColumnInfo.NOT_NULL_CONSTRAINT) in test_column_matches()107 .addConstraint(ColumnInfo.NOT_NULL_CONSTRAINT) in test_column_matches()132 .addConstraint(ColumnInfo.NOT_NULL_CONSTRAINT) in test_column_matches()
39 @IntDef({UNIQUE_CONSTRAINT, NOT_NULL_CONSTRAINT, AUTO_INCREMENT_CONSTRAINT})44 public static final int NOT_NULL_CONSTRAINT = 1; field in ColumnInfo
148 col.addConstraint(ColumnInfo.NOT_NULL_CONSTRAINT); in getTableInfo()
307 if (columnInfo.getConstraints().contains(ColumnInfo.NOT_NULL_CONSTRAINT)) { in checkColumnModification()