Package org.tmatesoft.sqljet.core.schema
Interface ISqlJetColumnUnique
-
- All Superinterfaces:
ISqlJetColumnConstraint
- All Known Implementing Classes:
SqlJetColumnUnique
public interface ISqlJetColumnUnique extends ISqlJetColumnConstraint
Column's unique constraint.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SqlJetConflictAction
getConflictAction()
-
Methods inherited from interface org.tmatesoft.sqljet.core.schema.ISqlJetColumnConstraint
getName
-
-
-
-
Method Detail
-
getConflictAction
SqlJetConflictAction getConflictAction()
-
-