Interface IConstraint
- All Known Implementing Classes:
ForeignKeyConstraint,PrimaryKeyConstraint
public interface IConstraint
Represents a constraint in a database.
- See Also:
-
Method Summary
-
Method Details
-
getConstraint
String getConstraint()Get a SQL constraint from anIConstraintobject.- Returns:
Stringthat contains the SQL constraint
-