package org.whole.lang.sql.model; /** * @generator Whole */ public interface TableConstraint extends ISQLEntity, DeclarationOrConstraint { }