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 boolean
Connection. 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 boolean
CommonStoreImpl. alterTableAddFK(Connection Con, ForeignKey FK)
boolean
DBType. alterTableAddFK(Connection Con, ForeignKey FK)
boolean
MSSQL. 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. _FKs
Methods in tilda.generation.helpers that return ForeignKey Modifier and Type Method Description static ForeignKey
TableRankTracker. getClosestFKTable(java.util.Deque<TableRankTracker> TRTD, Object O, View V, int columnCount)
static ForeignKey
TotalMess. 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 void
CodeGenDocs. docMethodLookupParent(java.io.PrintWriter Out, GeneratorSession G, ForeignKey FK)
void
CodeGenTildaFactory. 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 void
Docs. docMethodLookupParent(java.io.PrintWriter Out, GeneratorSession G, ForeignKey FK)
void
TildaFactory. 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 ForeignKey
TableFKAdd. _FK
Constructors 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. _ForeignKeys
java.util.List<ForeignKey>
ViewRealize. _ForeignKeys
Methods 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 ForeignKey
JoinHelper.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 void
JoinHelper.RefDef. duplicateFKError(ParserSession PS, ForeignKey FK, ForeignKey fk, JoinHelper.RefDef ref)
-