C# Class PSLAManager.Dimension

Inheritance: Table
Afficher le fichier Open project: uwdb/PSLAManager

Méthodes publiques

Méthode 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 méthode

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
Résultat System

Dimension() public méthode

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
Résultat System