org.objectweb.medor.optim.jorm
Class JormFlatten2Rdb.JoinColumn
java.lang.Object
org.objectweb.medor.optim.jorm.JormFlatten2Rdb.JoinColumn
- JormFlatten2Rdb
public class JormFlatten2Rdb.JoinColumn
extends java.lang.Object
It describes the join between two columns
String | column1 - Name of the first column name
|
String | column2 - Name of the second column name
|
String | field1 - Name of the first jorm field
|
String | field2 - Name of the second jorm field
|
PType | type - Both fields have the same jorm type.
|
column1
public String column1
Name of the first column name
column2
public String column2
Name of the second column name
field1
public String field1
Name of the first jorm field
field2
public String field2
Name of the second jorm field
type
public PType type
Both fields have the same jorm type.
toString
public String toString()