Interface PrimaryKeyConstraint

All Known Implementing Classes:
PrimaryKeyTableConstraint

public interface PrimaryKeyConstraint
We need the column name(s) so only PrimaryKeyTableConstraint implements this interface (not PrimaryKeyColumnConstraint).
  • Method Details

    • getNumberOfColumns

      int getNumberOfColumns()
    • getColumnName

      String getColumnName(int index)
    • getPrimaryKeyName

      String getPrimaryKeyName()
    • allMatch

      boolean allMatch(BiFunction<String,SortOrder,Boolean> columnChecker)
    • getConflictClause

      ResolveType getConflictClause()
    • isAutoIncrement

      boolean isAutoIncrement()