Package org.sqlite.parser.ast
Class ForeignKeyColumnConstraint
java.lang.Object
org.sqlite.parser.ast.ColumnConstraint
org.sqlite.parser.ast.ForeignKeyColumnConstraint
- All Implemented Interfaces:
ForeignKeyConstraint
,ToSql
-
Field Summary
FieldsFields inherited from class org.sqlite.parser.ast.ColumnConstraint
name
-
Constructor Summary
ConstructorsConstructorDescriptionForeignKeyColumnConstraint
(String name, ForeignKeyClause clause, DeferSubclause derefClause) -
Method Summary
Modifier and TypeMethodDescriptionvoid
setDerefClause
(DeferSubclause derefClause) void
toSql
(Appendable a) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.sqlite.parser.ast.ForeignKeyConstraint
getDeferrability
-
Field Details
-
clause
-
derefClause
-
-
Constructor Details
-
ForeignKeyColumnConstraint
-
-
Method Details
-
getClause
- Specified by:
getClause
in interfaceForeignKeyConstraint
-
getDerefClause
- Specified by:
getDerefClause
in interfaceForeignKeyConstraint
-
setDerefClause
-
toSql
- Specified by:
toSql
in interfaceToSql
- Throws:
IOException
-