Package org.sqlite.parser.ast
Class NotNullColumnConstraint
java.lang.Object
org.sqlite.parser.ast.ColumnConstraint
org.sqlite.parser.ast.NotNullColumnConstraint
- All Implemented Interfaces:
ToSql
-
Field Summary
FieldsFields inherited from class org.sqlite.parser.ast.ColumnConstraint
name
-
Constructor Summary
ConstructorsConstructorDescriptionNotNullColumnConstraint
(String name, boolean nullable, ResolveType conflictClause) -
Method Summary
-
Field Details
-
nullable
public final boolean nullable -
conflictClause
-
-
Constructor Details
-
NotNullColumnConstraint
-
-
Method Details
-
toSql
- Throws:
IOException
-
getNullable
public int getNullable()
-