Class SqlJetColumnCheck
- java.lang.Object
-
- org.tmatesoft.sqljet.core.internal.schema.SqlJetColumnConstraint
-
- org.tmatesoft.sqljet.core.internal.schema.SqlJetColumnCheck
-
- All Implemented Interfaces:
ISqlJetColumnCheck
,ISqlJetColumnConstraint
public class SqlJetColumnCheck extends SqlJetColumnConstraint implements ISqlJetColumnCheck
- Author:
- TMate Software Ltd., Dmitry Stadnik (dtrace@seznam.cz)
-
-
Constructor Summary
Constructors Constructor Description SqlJetColumnCheck(SqlJetColumnDef column, java.lang.String name, org.antlr.runtime.tree.CommonTree ast)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ISqlJetExpression
getExpression()
java.lang.String
toString()
-
Methods inherited from class org.tmatesoft.sqljet.core.internal.schema.SqlJetColumnConstraint
getColumn, getName
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.tmatesoft.sqljet.core.schema.ISqlJetColumnConstraint
getName
-
-
-
-
Constructor Detail
-
SqlJetColumnCheck
public SqlJetColumnCheck(SqlJetColumnDef column, java.lang.String name, org.antlr.runtime.tree.CommonTree ast) throws SqlJetException
- Throws:
SqlJetException
-
-
Method Detail
-
getExpression
public ISqlJetExpression getExpression()
- Specified by:
getExpression
in interfaceISqlJetColumnCheck
-
toString
public java.lang.String toString()
- Overrides:
toString
in classSqlJetColumnConstraint
-
-