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.


Method Summary
 SqlJetConflictAction getConflictAction()
           
 
Methods inherited from interface org.tmatesoft.sqljet.core.schema.ISqlJetColumnConstraint
getName
 

Method Detail

getConflictAction

SqlJetConflictAction getConflictAction()