fr.lri.bd.olap.dto
Class RelationTable
java.lang.Object
fr.lri.bd.olap.dto.RelationTable
public class RelationTable
- extends Object
Relation table class represents one table of RDBMS
- Author:
- holubec
RelationTable
public RelationTable(String tableName,
String key,
String foreignKey,
String factTable)
- Default constructor
- Parameters:
tableName - name of the tablekey - key of the fact table for joinforeignKey - key of the table for joinfactTable - name of fact table
getFactTable
public String getFactTable()
- Returns:
- name of fact table
getForeignKey
public String getForeignKey()
- Returns:
- key of the table for join
getTableName
public String getTableName()
- Returns:
- name of the table
getJoinClausule
public void getJoinClausule(StringBuffer buf)
- Method appends to stringbuffer join part for this table
- Parameters:
buf - StringBuffer