Class SqlJetColumnNotNull
- java.lang.Object
-
- org.tmatesoft.sqljet.core.internal.schema.SqlJetColumnConstraint
-
- org.tmatesoft.sqljet.core.internal.schema.SqlJetColumnNotNull
-
- All Implemented Interfaces:
ISqlJetColumnConstraint
,ISqlJetColumnNotNull
public class SqlJetColumnNotNull extends SqlJetColumnConstraint implements ISqlJetColumnNotNull
-
-
Constructor Summary
Constructors Constructor Description SqlJetColumnNotNull(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 SqlJetConflictAction
getConflictAction()
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
-
SqlJetColumnNotNull
public SqlJetColumnNotNull(SqlJetColumnDef column, java.lang.String name, org.antlr.runtime.tree.CommonTree ast)
-
-
Method Detail
-
getConflictAction
public SqlJetConflictAction getConflictAction()
- Specified by:
getConflictAction
in interfaceISqlJetColumnNotNull
-
toString
public java.lang.String toString()
- Overrides:
toString
in classSqlJetColumnConstraint
-
-