org.tmatesoft.sqljet.core.schema
Interface ISqlJetColumnCheck

All Superinterfaces:
ISqlJetColumnConstraint
All Known Implementing Classes:
SqlJetColumnCheck

public interface ISqlJetColumnCheck
extends ISqlJetColumnConstraint

Column's check constraint.


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

Method Detail

getExpression

ISqlJetExpression getExpression()