org.objectweb.medor.optim.jorm

Class JormFlatten2Rdb.JoinColumn

Enclosing Class:
JormFlatten2Rdb

public class JormFlatten2Rdb.JoinColumn
extends java.lang.Object

It describes the join between two columns

Field Summary

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.

Method Summary

String
toString()

Field Details

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.

Method Details

toString

public String toString()