C# Class PSLAManager.Dimension

Inheritance: Table
ファイルを表示 Open project: uwdb/PSLAManager

Public Methods

Method Description
Dimension ( String tabName, List tabAttr, List tabListofSel, Attribute tabPrimaryKey, int tabSize, Attribute dimForeignKey ) : System
Dimension ( String tabName, List tabAttr, List tabListofSel, Attribute tabPrimaryKey, int tabSize, List dimForeignKeyList ) : System

Method Details

Dimension() public method

public Dimension ( String tabName, List tabAttr, List tabListofSel, Attribute tabPrimaryKey, int tabSize, Attribute dimForeignKey ) : System
tabName String
tabAttr List
tabListofSel List
tabPrimaryKey Attribute
tabSize int
dimForeignKey Attribute
return System

Dimension() public method

public Dimension ( String tabName, List tabAttr, List tabListofSel, Attribute tabPrimaryKey, int tabSize, List dimForeignKeyList ) : System
tabName String
tabAttr List
tabListofSel List
tabPrimaryKey Attribute
tabSize int
dimForeignKeyList List
return System