Package org.tmatesoft.sqljet.core.schema
Interface ISqlJetColumnNotNull
-
- All Superinterfaces:
ISqlJetColumnConstraint
- All Known Implementing Classes:
SqlJetColumnNotNull
public interface ISqlJetColumnNotNull extends ISqlJetColumnConstraint
Column's not null constraint.- Author:
- TMate Software Ltd., Dmitry Stadnik (dtrace@seznam.cz)
-
-
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()
-
-