Uses of Class
tilda.parsing.parts.helpers.JoinHelper.RefDef
-
Packages that use JoinHelper.RefDef Package Description tilda.parsing.parts.helpers -
-
Uses of JoinHelper.RefDef in tilda.parsing.parts.helpers
Methods in tilda.parsing.parts.helpers that return types with arguments of type JoinHelper.RefDef Modifier and Type Method Description protected static java.util.List<JoinHelper.RefDef>
JoinHelper. getReferences(View V)
Goes through all columns in the view and puts together, the list of objects/views referencesMethods in tilda.parsing.parts.helpers with parameters of type JoinHelper.RefDef Modifier and Type Method Description protected static void
JoinHelper.RefDef. duplicateFKError(ParserSession PS, ForeignKey FK, ForeignKey fk, JoinHelper.RefDef ref)
protected boolean
JoinHelper.RefDef. equals(JoinHelper.RefDef rhs)
protected static int
JoinHelper.RefDef. findRef(java.util.List<JoinHelper.RefDef> refs, JoinHelper.RefDef ref)
Method parameters in tilda.parsing.parts.helpers with type arguments of type JoinHelper.RefDef Modifier and Type Method Description protected static java.util.List<ViewJoin>
JoinHelper. computeJoins(ParserSession PS, View V, java.util.List<JoinHelper.RefDef> refs)
Goes through refs and finds if they already have a matching ViewJoin, or if a new one needs to be automatically added.protected static int
JoinHelper.RefDef. findRef(java.util.List<JoinHelper.RefDef> refs, JoinHelper.RefDef ref)
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.
-