Searched refs:addConstraint (Results 1 – 3 of 3) sorted by relevance
83 .addConstraint(ColumnInfo.UNIQUE_CONSTRAINT) in test_column_matches()84 .addConstraint(ColumnInfo.NOT_NULL_CONSTRAINT) in test_column_matches()85 .addConstraint(ColumnInfo.AUTO_INCREMENT_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()131 .addConstraint(ColumnInfo.UNIQUE_CONSTRAINT) in test_column_matches()132 .addConstraint(ColumnInfo.NOT_NULL_CONSTRAINT) in test_column_matches()
143 col.addConstraint(ColumnInfo.UNIQUE_CONSTRAINT); in getTableInfo()148 col.addConstraint(ColumnInfo.NOT_NULL_CONSTRAINT); in getTableInfo()153 col.addConstraint(ColumnInfo.AUTO_INCREMENT_CONSTRAINT); in getTableInfo()
80 public Builder addConstraint(@ColumnConstraint int constraint) { in addConstraint() method in ColumnInfo.Builder