Package 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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ISqlJetExpression
getExpression()
-
Methods inherited from interface org.tmatesoft.sqljet.core.schema.ISqlJetColumnConstraint
getName
-
-
-
-
Method Detail
-
getExpression
ISqlJetExpression getExpression()
-
-