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

api.sql.SQLTable Maven / Gradle / Ivy

package api.sql;

import api.Table;
import api.sql.constraint.Constraint;

import java.util.Set;

/**
 * A table in a schema for an SQL database.
 */
public interface SQLTable extends Table {
    Set getConstraints();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy