// Generated by Together package oisoft.togetherx.scripts.SQL; import java.util.Enumeration; public interface SQLConstraint { SQLTable getTable(); String getName(); Enumeration getColumns(); }