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 anIConstraint
object.- Returns:
String
that contains the SQL constraint
-