Class Table.ForeignKey
java.lang.Object
com.inductiveautomation.ignition.gateway.localdb.Table.ForeignKey
- Enclosing class:
- Table
-
Method Summary
Modifier and TypeMethodDescriptionboolean
genDdl
(StringBuilder sb) CONSTRAINT "FK_TABLENAME_FIELDNAME" FOREIGN KEY ("COLUMN", "COLUMN", ...) REFERENCES "REFTABLE" ("COLUMN", "COLUMN", ...)toString()