public class SqlJetTableCheck extends SqlJetTableConstraint implements ISqlJetTableCheck
| Constructor and Description |
|---|
SqlJetTableCheck(java.lang.String name,
org.antlr.runtime.tree.CommonTree ast) |
| Modifier and Type | Method and Description |
|---|---|
ISqlJetExpression |
getExpression() |
java.lang.String |
toString() |
getNameclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetNamepublic SqlJetTableCheck(java.lang.String name,
org.antlr.runtime.tree.CommonTree ast)
throws SqlJetException
SqlJetExceptionpublic ISqlJetExpression getExpression()
getExpression in interface ISqlJetTableCheckpublic java.lang.String toString()
toString in class SqlJetTableConstraint