Package org.hotrod.runtime.util
Class SQLJoin
- java.lang.Object
-
- org.hotrod.runtime.util.SQLJoin
-
public class SQLJoin extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSQLJoin.JoinType
-
Constructor Summary
Constructors Constructor Description SQLJoin(SQLTable table, SQLJoin.JoinType type, SQLLogicalExpression condition)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Map<java.lang.String,java.lang.Object>getParameters()SQLTablegetTable()java.lang.Stringrender()java.lang.StringtoString()
-
-
-
Constructor Detail
-
SQLJoin
public SQLJoin(SQLTable table, SQLJoin.JoinType type, SQLLogicalExpression condition)
-
-
Method Detail
-
getTable
public SQLTable getTable()
-
render
public java.lang.String render()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
getParameters
public java.util.Map<java.lang.String,java.lang.Object> getParameters()
-
-