Uses of Class
tilda.parsing.parts.ForeignKey
-
Packages that use ForeignKey Package Description tilda.db tilda.db.stores tilda.generation.helpers tilda.generation.interfaces tilda.generation.java8 tilda.migration.actions tilda.parsing.parts tilda.parsing.parts.helpers -
-
Uses of ForeignKey in tilda.db
Methods in tilda.db with parameters of type ForeignKey Modifier and Type Method Description booleanConnection. alterTableAddFK(ForeignKey FK) -
Uses of ForeignKey in tilda.db.stores
Methods in tilda.db.stores with parameters of type ForeignKey Modifier and Type Method Description booleanCommonStoreImpl. alterTableAddFK(Connection Con, ForeignKey FK)booleanDBType. alterTableAddFK(Connection Con, ForeignKey FK)booleanMSSQL. alterTableAddFK(Connection Con, ForeignKey FK) -
Uses of ForeignKey in tilda.generation.helpers
Fields in tilda.generation.helpers with type parameters of type ForeignKey Modifier and Type Field Description java.util.List<ForeignKey>TotalMess. _FKsMethods in tilda.generation.helpers that return ForeignKey Modifier and Type Method Description static ForeignKeyTableRankTracker. getClosestFKTable(java.util.Deque<TableRankTracker> TRTD, Object O, View V, int columnCount)static ForeignKeyTotalMess. getClosestFKTable(java.util.List<TotalMess> FuckList, View V, Object T, int columnSequenceOrder) -
Uses of ForeignKey in tilda.generation.interfaces
Methods in tilda.generation.interfaces with parameters of type ForeignKey Modifier and Type Method Description voidCodeGenDocs. docMethodLookupParent(java.io.PrintWriter Out, GeneratorSession G, ForeignKey FK)voidCodeGenTildaFactory. genMethodLookupParent(java.io.PrintWriter Out, GeneratorSession G, ForeignKey FK) -
Uses of ForeignKey in tilda.generation.java8
Methods in tilda.generation.java8 with parameters of type ForeignKey Modifier and Type Method Description voidDocs. docMethodLookupParent(java.io.PrintWriter Out, GeneratorSession G, ForeignKey FK)voidTildaFactory. genMethodLookupParent(java.io.PrintWriter Out, GeneratorSession G, ForeignKey FK) -
Uses of ForeignKey in tilda.migration.actions
Fields in tilda.migration.actions declared as ForeignKey Modifier and Type Field Description protected ForeignKeyTableFKAdd. _FKConstructors in tilda.migration.actions with parameters of type ForeignKey Constructor Description TableFKAdd(ForeignKey FK) -
Uses of ForeignKey in tilda.parsing.parts
Fields in tilda.parsing.parts with type parameters of type ForeignKey Modifier and Type Field Description java.util.List<ForeignKey>Object. _ForeignKeysjava.util.List<ForeignKey>ViewRealize. _ForeignKeysMethods in tilda.parsing.parts that return types with arguments of type ForeignKey Modifier and Type Method Description java.util.List<ForeignKey>Object. getForeignKeys(java.lang.String targetSchema, java.lang.String TargetObject)java.util.List<ForeignKey>Object. getForeignKeys(Column Col)Constructors in tilda.parsing.parts with parameters of type ForeignKey Constructor Description ForeignKey(ForeignKey fk) -
Uses of ForeignKey in tilda.parsing.parts.helpers
Methods in tilda.parsing.parts.helpers that return ForeignKey Modifier and Type Method Description protected ForeignKeyJoinHelper.RefDef. getCompatibleRefDef(ParserSession PS, View V, java.util.List<JoinHelper.RefDef> refs)The auto-join logic for Tilda is to look for the nearest previously referenced table and check if there is an FK either forward or backward.Methods in tilda.parsing.parts.helpers with parameters of type ForeignKey Modifier and Type Method Description protected static voidJoinHelper.RefDef. duplicateFKError(ParserSession PS, ForeignKey FK, ForeignKey fk, JoinHelper.RefDef ref)
-