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 TypeMethodDescriptionvoidsetDerefClause(DeferSubclause derefClause) voidtoSql(Appendable a) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.sqlite.parser.ast.ForeignKeyConstraint
getDeferrability
-
Field Details
-
clause
-
derefClause
-
-
Constructor Details
-
ForeignKeyColumnConstraint
-
-
Method Details
-
getClause
- Specified by:
getClausein interfaceForeignKeyConstraint
-
getDerefClause
- Specified by:
getDerefClausein interfaceForeignKeyConstraint
-
setDerefClause
-
toSql
- Specified by:
toSqlin interfaceToSql- Throws:
IOException
-