All Downloads are FREE. Search and download functionalities are using the official Maven repository.

api.sql.constraint.Constraint Maven / Gradle / Ivy

package api.sql.constraint;

import api.Column;

public interface Constraint {
    /**
     * @return The column this constraint is applied to
     */
    Column getConstrainedColumn();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy