Class Join
java.lang.Object
org.tentackle.dbms.dsl.Join
- All Implemented Interfaces:
SqlElement
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the join condition.Gets the kind of join.getTable()Gets the joined table.voidrender(RenderContext context) Renders this element into the given context.
-
Constructor Details
-
Join
-
-
Method Details
-
getJoinType
-
getTable
-
getCondition
-
render
Description copied from interface:SqlElementRenders this element into the given context.- Specified by:
renderin interfaceSqlElement- Parameters:
context- the render context
-